# 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 = "sea-orm-newtype" version = "0.0.1" authors = ["Asami "] description = "helper crate to implement new-type pattern for sea-orm" readme = "README.md" keywords = ["sea-orm"] categories = ["database"] license = "MIT" repository = "https://github.com/deepgreenAN/sea-orm-newtype" [dependencies.sea-orm] version = "^0" [dependencies.sea-orm-newtype-derive] version = "0.0.1" [dev-dependencies.email_address] version = "0.2.4" [dev-dependencies.thiserror] version = "1.0.44" [dev-dependencies.uuid] version = "1.4.1"