[dependencies.arbitrary]
optional = true
version = "1.4.1"
[dependencies.bytes]
default-features = false
version = "1.7.1"
[dependencies.commonware-codec]
default-features = false
version = "0.0.65"
[dependencies.commonware-parallel]
default-features = false
version = "0.0.65"
[dependencies.commonware-utils]
default-features = false
version = "0.0.65"
[dependencies.proptest]
optional = true
version = "1.8.0"
[dependencies.rand_core]
version = "0.6.4"
[dev-dependencies.commonware-conformance]
version = "0.0.65"
[dev-dependencies.proptest]
version = "1.8.0"
[dev-dependencies.rand]
default-features = false
version = "0.8.5"
[dev-dependencies.rand_chacha]
default-features = false
version = "0.3"
[features]
arbitrary = ["commonware-codec/arbitrary", "commonware-utils/arbitrary", "dep:arbitrary", "std"]
default = ["std"]
std = ["bytes/std", "commonware-codec/std", "commonware-parallel/std", "commonware-utils/std", "rand_core/std"]
test_strategies = ["dep:proptest", "std"]
[lib]
bench = false
name = "commonware_math"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Create and manipulate mathematical objects."
documentation = "https://docs.rs/commonware-math"
edition = "2021"
homepage = "https://commonware.xyz"
license = "MIT OR Apache-2.0"
name = "commonware-math"
publish = true
readme = "README.md"
repository = "https://github.com/commonwarexyz/monorepo/tree/main/math"
version = "0.0.65"