# 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 = "rust-bigint" version = "1.2.0" authors = ["Robert Annessi ", "Ethan Fast "] description = "Common traits and methods for multiple BigInt implementations" readme = "Readme.md" keywords = ["BigInt", "cryptography", "GMP", "num_bigint"] license = "MIT" repository = "https://github.com/nash-io/rust-bigint" [lib] crate-type = ["cdylib", "rlib"] [dependencies.getrandom] version = "0.2" [dependencies.num-bigint] version = "0.4" features = ["serde"] optional = true [dependencies.num-integer] version = "0.1" optional = true [dependencies.num-traits] version = "0.2" optional = true [dependencies.rust-gmp-kzen] version = "0.5" features = ["serde_support"] optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] default = ["rust_gmp"] num_bigint = ["num-bigint", "num-traits", "num-integer"] rust_gmp = ["rust-gmp-kzen"]