# 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.0" name = "amplify_num" version = "0.5.3" authors = [ "Dr. Maxim Orlovsky ", "Yudai Kiyofuji ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Amplifying numeric types: big-sized and bit-sized integers" homepage = "https://github.com/rust-amplify" readme = "README.md" keywords = [ "integers", "num", "wrap", "patterns", ] categories = [ "mathematics", "no-std", "embedded", "science", ] license = "Apache-2.0" repository = "https://github.com/rust-amplify/amplify-num" [lib] name = "amplify_num" path = "src/lib.rs" [dependencies.serde_crate] version = "1.0" features = ["derive"] optional = true package = "serde" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_crate] version = "1.0" features = ["derive"] package = "serde" [dev-dependencies.serde_json] version = "1" [features] all = [ "std", "hex", "serde", ] alloc = [] default = ["hex"] hex = [] serde = [ "std", "serde_crate", "hex", ] std = [] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"] optional = true [target.'cfg(target_arch = "wasm32")'.dependencies.rand] version = "0.8.4" optional = true [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3"