# 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 = "2021" name = "near-decimal" version = "2.2.0" authors = ["EunSeong ", "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/dmstjd0182/near-decimal" resolver = "2" [dependencies.bitflags] version = "1" [dependencies.libc] version = "0.2" [dependencies.near-sdk] version = "3.1.0" [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"