[package]
edition = "2021"
name = "numeric-domains"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Abstract domains for fixed-width numeric values"
documentation = "https://docs.rs/numeric-domains"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/codyps/numeric-domains"
[lib]
name = "numeric_domains"
path = "src/lib.rs"
[[example]]
name = "compare"
path = "examples/compare.rs"
[[test]]
name = "experiments"
path = "tests/experiments.rs"
[[test]]
name = "rnum"
path = "tests/rnum.rs"
[[test]]
name = "tnum"
path = "tests/tnum.rs"
[[test]]
name = "znum"
path = "tests/znum.rs"
[dev-dependencies.proptest]
version = "1.11.0"