# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "oxidd-derive" version = "0.9.0" authors = ["OxiDD Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive macros for OxiDD" homepage = "https://oxidd.net" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/OxiDD/oxidd" [lib] name = "oxidd_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "countable_tests" path = "tests/countable_tests.rs" [[test]] name = "index" path = "tests/index.rs" [dependencies.proc-macro-error] version = "1.0" default-features = false [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [dev-dependencies.oxidd-core] version = "0.9" default-features = false [dev-dependencies.oxidd-test-utils] version = "0.4" default-features = false [dev-dependencies.trybuild] version = "1.0" [features] default = [] nightly-ui-tests = []