# 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 = "2018" name = "obake_macros" version = "1.0.5" authors = ["Nathan Corbyn "] include = [ "Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE-APACHE", "../LICENSE-MIT", ] description = "Macros for versioned data-structures" homepage = "https://github.com/doctorn/obake" documentation = "https://docs.rs/obake/" readme = "README.md" keywords = [ "versioning", "config", "serialization", "no_std", ] categories = ["config"] license = "MIT OR Apache-2.0" repository = "https://github.com/doctorn/obake" [lib] name = "obake_macros" proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.semver] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [features] default = [] serde = []