# 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 = "redb_model" version = "0.10.0" authors = ["Christopher Edward Dawn"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Redb model derive macro and DTO type conversion" readme = "README.md" keywords = [ "redb", "model", "schema", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/cedtwo/redb_model.git" [lib] name = "redb_model" path = "src/lib.rs" [[test]] name = "attr" path = "tests/attr.rs" [[test]] name = "types" path = "tests/types.rs" [dependencies._derive] version = "0.9.0" package = "redb_model_derive" [dependencies._trait] version = "0.8.0" package = "redb_model_trait" [dependencies.redb] version = "2.1" [dev-dependencies.secrecy] version = "0.10.3" [dev-dependencies.uuid] version = "1.11.0"