[package] name = "bullshit-rs" version = "0.2.0" authors = ["lictex_ "] edition = "2018" description = "A BullshitGenerator implementation in Rust." repository = "https://github.com/xyning/bullshit-rs" homepage = "https://github.com/xyning/bullshit-rs" license-file = "LICENSE" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] json = "^0.12.4" rand = { version = "^0.8.3", default-features = false, optional = true } js-sys = { version = "^0.3.55", optional = true } [features] default = ["rand/std", "rand/std_rng"] js = ["rand/std_rng", "js-sys"]