# 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 = "casserole-derive" version = "0.2.0" include = ["Cargo.toml", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] autoexamples = false description = "Break and serialize values into content-addressable storage" homepage = "https://github.com/da-x/casserole" readme = "crates-io.md" keywords = ["serialization", "database"] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/da-x/casserole" [lib] proc-macro = true [dependencies.lazy_static] version = "1" [dependencies.proc-macro-error] version = "1.*" [dependencies.proc-macro2] version = "1.0.12" [dependencies.quote] version = "1.*" [dependencies.syn] version = "1.0.*" features = ["extra-traits", "full"]