# 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 = "symbols" version = "0.12.0" authors = ["Marco Napetti"] description = "Proc-macro utility to populate enums from database data" documentation = "https://docs.rs/symbols" readme = "README.md" keywords = [ "proc-macro", "enum", "database", ] categories = [ "data-structures", "development-tools::procedural-macro-helpers", "database", ] license = "WTFPL" repository = "https://github.com/nappa85/symbols" resolver = "1" [dependencies.bincode] version = "1.3.3" [dependencies.heck] version = "0.4.1" [dependencies.itertools] version = "0.11.0" [dependencies.proc-macro2] version = "1.0.51" default-features = false [dependencies.quote] version = "1.0.23" [dependencies.sea-orm] version = "0.12.0" [dependencies.serde] version = "1.0.152" [dependencies.symbols-models] version = "0.12.0" [dependencies.syn] version = "1.0.109" features = ["full"] [dependencies.tracing] version = "0.1.37"