# 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" version = "0.2.0" description = "TryIntoActiveModel 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" [dependencies.sea-orm] version = "0.12.1" features = [ "macros", "tests-cfg", ] default-features = false [dependencies.sea-orm-try-into-active-model-macro] version = "0.2.0" [dependencies.sea-query] version = "0.30.2" [features] postgres-array = ["sea-query/postgres-array"]