cert 0.1.4

Uncertainty propagation and manipulation
Documentation
[[bin]]
name = "cert"
path = "src/main.rs"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.8.5"

[lib]
name = "cert"
path = "src/lib.rs"

[package]
authors = ["Christopher Gubbin <chris.gubbin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Uncertainty propagation and manipulation"
edition = "2021"
license = "MIT"
name = "cert"
readme = "README.md"
repository = "https://github.com/cgubbin/cert"
version = "0.1.4"