diff --git a/sea-orm-migration/Cargo.toml b/sea-orm-migration/Cargo.toml index 58c7cafe..16d83bfe 100644 --- a/sea-orm-migration/Cargo.toml +++ b/sea-orm-migration/Cargo.toml @@ -45,3 +45,9 @@ runtime-tokio-native-tls = ["sea-orm/runtime-tokio-native-tls"] runtime-actix-rustls = ["sea-orm/runtime-actix-rustls"] runtime-async-std-rustls = ["sea-orm/runtime-async-std-rustls"] runtime-tokio-rustls = ["sea-orm/runtime-tokio-rustls"] +with-json = ["sea-orm/with-json"] +with-chrono = ["sea-orm/with-chrono"] +with-rust_decimal = ["sea-orm/with-rust_decimal"] +with-bigdecimal = ["sea-orm/with-bigdecimal"] +with-uuid = ["sea-orm/with-uuid"] +with-time = ["sea-orm/with-time"]