shed/trait_alias/Cargo.toml (20 lines of code) (raw):

# @generated by autocargo [package] name = "trait_alias" version = "0.1.0" authors = ["Facebook <opensource+rust-shed@fb.com>"] edition = "2021" readme = "../../README.md" repository = "https://github.com/facebookexperimental/rust-shed/" license = "MIT OR Apache-2.0" [lib] test = false doctest = false proc-macro = true [[test]] name = "trait_alias_test" path = "test/trait_alias_test.rs" [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }