# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "pg_bigdecimal" version = "0.1.5" authors = ["Rick Klomp "] include = [ "/src", "/test_with_tempdb.bash", ] publish = true description = "Postgres' numeric <=> Rust's BigDecimal" readme = "README.md" keywords = [ "postgres", "pg", "numeric", "bigdecimal", ] categories = ["database"] license = "MIT" repository = "https://github.com/tzConnectBerlin/rust-pg_bigdecimal" [dependencies.bigdecimal] version = "0.3" [dependencies.byteorder] version = "1.4" [dependencies.bytes] version = "1.2" [dependencies.num] version = "0.4" [dependencies.postgres] version = "0.19" [dependencies.serde] version = "1.0.144" optional = true