sat-rs/satrs-mib/codegen/Cargo.toml
Robin Mueller 52aafb3aab
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
prep next releases
2024-04-17 10:01:46 +02:00

35 lines
710 B
TOML

[package]
name = "satrs-mib-codegen"
version = "0.1.2"
edition = "2021"
description = "satrs-mib proc macro implementation"
homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs"
repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies]
quote = "1"
proc-macro2 = "1"
[dependencies.syn]
version = "2"
features = ["full"]
[dev-dependencies]
trybuild = { version = "1", features = ["diff"] }
[dev-dependencies.satrs-shared]
version = ">=0.1.3, <0.2"
[dev-dependencies.satrs-mib]
path = ".."