[package] name = "sea-orm-try-into-active-model" version = "0.2.0" edition = "2021" description = "TryIntoActiveModel for sea-orm" license = "MIT" homepage = "https://gitlab.com/dragonn/sea_orm_try_into_active_model" repository = "https://gitlab.com/dragonn/sea_orm_try_into_active_model" categories = [ "database" ] keywords = ["orm", "database"] [features] postgres-array = [ "sea-query/postgres-array" ] [dependencies] sea-orm-try-into-active-model-macro = { path = "./sea-orm-try-into-active-model-macro", version = "0.2.0" } sea-query = { version = "0.30.2" } sea-orm = { default-features = false, version = "0.12.1", features = ["macros", "tests-cfg"] }