# 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 = "state-shift" version = "2.1.0" authors = ["Ozgun Ozerk"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for implementing Type-State-Pattern on your structs and methods" readme = "README.md" keywords = [ "macro", "type", "state", "pattern", "type-state", ] categories = [ "development-tools", "rust-patterns", ] license = "MIT" repository = "https://github.com/ozgunozerk/state-shift" [lib] name = "state_shift" path = "src/lib.rs" proc-macro = true [[example]] name = "complex_expanded" path = "examples/complex_expanded.rs" [[example]] name = "lifetime_example" path = "examples/lifetime_example.rs" [[example]] name = "simple_expanded" path = "examples/simple_expanded.rs" [[test]] name = "complex_example" path = "tests/complex_example.rs" [[test]] name = "double_invocation" path = "tests/double_invocation.rs" [[test]] name = "lifetime_example" path = "tests/lifetime_example.rs" [[test]] name = "simple_example" path = "tests/simple_example.rs" [[test]] name = "visibility_example" path = "tests/visibility_example.rs" [dependencies.Inflector] version = "0.11.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "visit-mut", ]