[package] name = "discovery_crate" version = "1.2.0" edition = "2021" description = "This crate is not meant to be used or downloaded but has been created to experiment on crates io." license = "MIT" documentation = "https://not-applicable" homepage = "https://not-applicable" repository = "https://not-applicable" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "=0.3.20" anyhow = ">0.5" thiserror = "~1.0.30"