[package] name = "decider" version = "0.1.9" edition = "2021" description = "a package for AB-testing and dynamic config" homepage = "https://mattknox.com" license = "MIT" documentation = "https://mattknox.com/decider" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.3" rust-crypto = "^0.2" num-bigint = "^0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "^1.0.59" [dev-dependencies] proptest = "1.0.0" # check this out at https://altsysrq.github.io/proptest-book/intro.html