# 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] name = "decimal" version = "2.1.0" authors = ["Alkis Evlogimenos "] build = "build.rs" description = "Decimal floating point arithmetic for Rust" documentation = "https://alkis.github.io/decimal" readme = "README.md" keywords = ["decimal", "decNumber"] license = "Apache-2.0" repository = "https://github.com/alkis/decimal" [dependencies.bitflags] version = "1" [dependencies.libc] version = "0.2" [dependencies.ord_subset] version = "3" optional = true [dependencies.rustc-serialize] version = "0.3" optional = true [dependencies.serde] version = "1" optional = true [dev-dependencies.serde_json] version = "1" [build-dependencies.cc] version = "1" [features] default = ["ord_subset", "rustc-serialize", "serde"] [badges.travis-ci] repository = "alkis/decimal"