# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pgnumeric" version = "0.2.1" authors = ["David Li "] description = "Arbitrary precision numeric implementation written in Rust, compatible with PostgreSQL's numeric." homepage = "https://github.com/cod-technologies/pgnumeric" documentation = "https://docs.rs/pgnumeric/" readme = "README.md" keywords = ["numeric", "decimal", "postgres", "postgresql"] license = "Apache-2.0" repository = "https://github.com/cod-technologies/pgnumeric.git" [[bench]] name = "benchmark" harness = false [dependencies.cfg-if] version = "0.1" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1.0" optional = true [dependencies.smallvec] version = "1.3" [dependencies.strtod] version = "0.0.1" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.serde_json] version = "1.0" [features] big-endian-varlen = []