# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "smallbigint" version = "1.1.0" authors = ["Bram Geron "] description = "Big integer types that have a small on-stack representation for small values. Uses num-bigint internally." readme = "README.md" keywords = ["bigint", "integer", "number"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/rusty-plasma/smallbigint" [dependencies.cfg-if] version = "0.1.10" [dependencies.either] version = "1.5.3" [dependencies.num-bigint] version = "0.2.6" [dependencies.num-integer] version = "0.1.42" [dependencies.num-traits] version = "0.2.11" [dev-dependencies.anyhow] version = "1.0.35" [dev-dependencies.num-iter] version = "0.1.40" [dev-dependencies.structopt] version = "0.3.12" [features] bench = [] benchall = [] default = ["unsafe-opt"] unsafe-opt = []