# 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 = "reweb3-num" version = "0.2.4" build = false exclude = [ "src/float/*", "src/tests", "TODO.txt", "lit-parser/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Arbitrary precision, fixed-size signed and unsigned integer types for ethereum, this a fork of bnum crate." documentation = "https://docs.rs/reweb3-num" readme = "README.md" license = "MIT" repository = "https://github.com/HalaOS/reweb3.git" [package.metadata.docs.rs] all-features = true [lib] name = "reweb3_num" path = "src/lib.rs" [dependencies.num-integer] version = "0.1" optional = true [dependencies.num-traits] version = "0.2" optional = true [dependencies.serde] version = "^1.0" features = [ "derive", "derive", ] optional = true [dependencies.serde-big-array] version = "0.5" optional = true [dev-dependencies.paste] version = "1.0" [dev-dependencies.quickcheck] version = "1.0" [features] default = [] numtraits = [ "num-integer", "num-traits", ] serde = [ "dep:serde", "serde-big-array", ] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(has_leading_trailing_ones)", "cfg(has_reverse_bits)", 'cfg(test_int_bits,values("64"))', ]