# 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-models" version = "1.0.0" authors = ["Marco Napetti"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Proc-macro utility to populate enums from database data (shared traits)" documentation = "https://docs.rs/symbols-models" 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" [lib] name = "symbols_models" path = "src/lib.rs" [dependencies.sea-orm] version = "1.0.0"