# 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 = "static-toml" version = "1.2.0" authors = ["Tim 'Piepmatz' Hesse"] exclude = [".github/"] description = "Effortlessly embed TOML files into your Rust code as static data with custom data structures." readme = "README.md" keywords = [ "static", "include", "embed", "toml", "config", ] categories = [ "config", "data-structures", ] license = "MIT" repository = "https://github.com/cptpiepmatz/static-toml" [lib] proc-macro = true [[example]] name = "example" [dependencies.convert_case] version = "0.6" [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" [dependencies.toml] version = "0.8" [dev-dependencies.syn] version = "2" features = ["extra-traits"]