# 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" rust-version = "1.61" name = "bignumber" version = "0.1.1" authors = ["Georges KABBOUCHI "] description = "A Rust library for arbitrary-precision decimal and non-decimal arithmetic" homepage = "https://github.com/KABBOUCHI/bignumber-rs" documentation = "https://docs.rs/bignumber" readme = "README.md" keywords = [ "bignumber", "mathematics", "numerics", "decimal", "arbitrary-precision", ] categories = [ "mathematics", "no-std", ] license = "MIT" repository = "https://github.com/KABBOUCHI/bignumber-rs" [dependencies.dashu-float] version = "0.4.0" [dependencies.primitive-types] version = "0.12.1" [dependencies.serde] version = "1.0.147" [features] default = [] precision-1024 = [] precision-256 = [] precision-512 = []