# 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 = "nyar-number" version = "0.3.5" authors = ["Aster <192607617@qq.com>"] description = "Numeric types with GC optimization" documentation = "https://docs.rs/nyar-number" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/nyar-vm/nyar-prime" [dependencies.bigdecimal] version = "0.4.1" [dependencies.num] version = "0.4.1" [dependencies.nyar-error] version = "0.1.*" features = [ "num", "bigdecimal", ] [dependencies.rand] version = "0.8.5" optional = true [dependencies.serde] version = "1.0.188" features = ["derive"] optional = true [dependencies.shredder] version = "0.2.0" [dev-dependencies.serde_json] version = "1.0.107" [features] default = [] rand = [ "dep:rand", "num/rand", ] serde = [ "dep:serde", "num/serde", ]