2024-07-22 16:51:42 +02:00
|
|
|
[package]
|
|
|
|
name = "nix-compat-derive-tests"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
compile-tests = []
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-08-28 23:54:46 +02:00
|
|
|
hex-literal = { workspace = true }
|
|
|
|
pretty_assertions = { workspace = true }
|
|
|
|
rstest = { workspace = true }
|
|
|
|
tokio-test = { workspace = true }
|
|
|
|
trybuild = { workspace = true }
|
|
|
|
tokio = { workspace = true, features = ["io-util", "macros"] }
|
2024-07-22 16:51:42 +02:00
|
|
|
|
|
|
|
[dev-dependencies.nix-compat]
|
|
|
|
version = "0.1.0"
|
|
|
|
path = "../nix-compat"
|
|
|
|
features = ["test", "wire"]
|
|
|
|
|
|
|
|
[dev-dependencies.nix-compat-derive]
|
|
|
|
version = "0.1.0"
|
|
|
|
path = "../nix-compat-derive"
|