[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", ]