Cargo.toml (444B)
1 [package] 2 name = "radroots_test_fixtures" 3 version.workspace = true 4 edition.workspace = true 5 rust-version.workspace = true 6 license.workspace = true 7 repository.workspace = true 8 homepage.workspace = true 9 readme = "README" 10 publish = false 11 description = "Deterministic fixture identities and endpoint constants" 12 authors = ["Tyson Lupul <tyson@radroots.org>"] 13 14 [lints.rust] 15 unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage_nightly)'] }