# 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-try-into-active-model-macro" version = "0.2.0" description = "derive TryIntoActiveModel macro for sea-orm" homepage = "https://gitlab.com/dragonn/sea_orm_try_into_active_model" readme = "README.md" keywords = [ "orm", "database", ] categories = ["database"] license = "MIT" repository = "https://gitlab.com/dragonn/sea_orm_try_into_active_model" [lib] name = "sea_orm_try_into_active_model" path = "src/lib.rs" proc-macro = true [dependencies.bae] version = "0.2" optional = true default-features = false package = "sea-bae" [dependencies.heck] version = "0.4" default-features = false [dependencies.proc-macro2] version = "1" default-features = false [dependencies.quote] version = "1" default-features = false [dependencies.syn] version = "2" features = [ "parsing", "proc-macro", "derive", "printing", ] default-features = false [dependencies.unicode-ident] version = "1" [dev-dependencies.sea-orm] version = "0.12.1" features = [ "macros", "tests-cfg", ] default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] default = ["derive"] derive = ["bae"] postgres-array = [] strum = []