# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "typestate" version = "0.9.0-rc2" authors = ["José Duarte "] autotests = false description = "A proc macro DSL for typestates" homepage = "https://github.com/rustype/typestate-rs" readme = "README.md" keywords = ["typestate"] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/rustype/typestate-rs" [[test]] name = "tests" path = "tests/macro_tests.rs" [dependencies.aquamarine] version = "^0.1.9" optional = true [dependencies.typestate-proc-macro] version = "0.9.0-rc2" package = "typestate-proc-macro" [dev-dependencies.rustversion] version = "1.0" [dev-dependencies.trybuild] version = "1.0" features = ["diff"] [features] default = ["std", "mermaid-docs"] export-dot = ["typestate-proc-macro/dot"] export-plantuml = ["typestate-proc-macro/plantuml"] mermaid-docs = ["typestate-proc-macro/mermaid", "aquamarine"] std = ["typestate-proc-macro/std"]