# 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 = "number-general" version = "0.12.0" authors = ["code@tinychain.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A generic number type for Rust which supports basic math and (de)serialization." readme = "README.md" keywords = [ "number", "complex", "float", "integer", "unsigned", ] categories = [ "data-structures", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/haydnv/number-general.git" [lib] name = "number_general" path = "src/lib.rs" [dependencies.async-hash] version = "0.5" optional = true [dependencies.async-trait] version = "0.1" [dependencies.collate] version = "0.4" [dependencies.destream] version = "0.8" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.get-size] version = "0.1" [dependencies.get-size-derive] version = "0.1" [dependencies.num] version = "0.4" [dependencies.safecast] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.bytes] version = "1.7" [dev-dependencies.serde_json] version = "1.0" [features] all = [ "hash", "serde", "stream", ] hash = ["async-hash"] stream = [ "destream", "futures", ]