You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
564 B
29 lines
564 B
[package]
|
|
summary = "Decimal number implementation written in pure Rust"
|
|
|
|
[features]
|
|
hide = [
|
|
"db-diesel-mysql",
|
|
"db-diesel-postgres",
|
|
"db-diesel1-mysql",
|
|
"db-diesel1-postgres",
|
|
"db-diesel2-mysql",
|
|
"db-diesel2-postgres",
|
|
"db-postgres",
|
|
"db-tokio-postgres",
|
|
"diesel1",
|
|
"diesel2",
|
|
"ndarray",
|
|
"rocket-traits",
|
|
"rust-fuzz",
|
|
"tokio-pg",
|
|
]
|
|
|
|
[tests]
|
|
run = ["lib"]
|
|
comments = [
|
|
"doctests can only be compiled and run in-tree",
|
|
"integration tests require files which are not included in published crates",
|
|
]
|
|
|