Format toml
This commit is contained in:
parent
00adf33489
commit
11931c960e
16
Cargo.toml
16
Cargo.toml
@ -20,11 +20,7 @@ categories = ["database"]
|
|||||||
keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
|
keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = [
|
features = ["default", "sqlx-all", "runtime-async-std-native-tls"]
|
||||||
"default",
|
|
||||||
"sqlx-all",
|
|
||||||
"runtime-async-std-native-tls",
|
|
||||||
]
|
|
||||||
rustdoc-args = ["--cfg", "docsrs"]
|
rustdoc-args = ["--cfg", "docsrs"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
@ -69,14 +65,8 @@ macros = ["sea-orm-macros"]
|
|||||||
mock = []
|
mock = []
|
||||||
with-json = ["serde_json", "sea-query/with-json"]
|
with-json = ["serde_json", "sea-query/with-json"]
|
||||||
with-chrono = ["chrono", "sea-query/with-chrono"]
|
with-chrono = ["chrono", "sea-query/with-chrono"]
|
||||||
with-rust_decimal = [
|
with-rust_decimal = ["rust_decimal", "sea-query/with-rust_decimal"]
|
||||||
"rust_decimal",
|
with-uuid = ["uuid", "sea-query/with-uuid"]
|
||||||
"sea-query/with-rust_decimal",
|
|
||||||
]
|
|
||||||
with-uuid = [
|
|
||||||
"uuid",
|
|
||||||
"sea-query/with-uuid",
|
|
||||||
]
|
|
||||||
sqlx-all = ["sqlx-mysql", "sqlx-postgres", "sqlx-sqlite"]
|
sqlx-all = ["sqlx-mysql", "sqlx-postgres", "sqlx-sqlite"]
|
||||||
sqlx-dep = ["sqlx-json", "sqlx-chrono", "sqlx-decimal", "sqlx-uuid"]
|
sqlx-dep = ["sqlx-json", "sqlx-chrono", "sqlx-decimal", "sqlx-uuid"]
|
||||||
sqlx-json = ["sqlx/json", "with-json"]
|
sqlx-json = ["sqlx/json", "with-json"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user