# 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 = "ormlitex-attr" version = "0.17.1" authors = ["Kurt Wolf "] description = "See `ormlitex`." homepage = "https://github.com/holmofy/ormlitex" documentation = "https://docs.rs/ormlitex" license = "MIT" repository = "https://github.com/holmofy/ormlitex" resolver = "1" [lib] doctest = false [dependencies.anyhow] version = "1.0" [dependencies.convert_case] version = "0.6" [dependencies.derive_builder] version = "0.12" [dependencies.ignore] version = "0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.sqlmo] version = "0.16" [dependencies.structmeta] version = "0.2" [dependencies.syn] version = "2" features = [ "full", "extra-traits", ] [dependencies.tracing] version = "0.1" [features]