# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "gcalc" version = "0.4.0" description = "Game probability calculator" homepage = "https://github.com/simhyeon/gcalc" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/simhyeon/gcalc" [profile.wasm] opt-level = "s" lto = true inherits = "release" [lib] name = "gcalc" path = "src/lib.rs" [[bin]] name = "gcalc" path = "src/bin.rs" [dependencies.cindex] version = "0.5.1" [dependencies.clap] version = "3.2.8" features = ["std"] optional = true default-features = false [dependencies.plotters] version = "0.3.1" features = [ "svg_backend", "all_series", ] optional = true default-features = false [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.59" optional = true [dependencies.tabled] version = "0.3.0" optional = true [dependencies.wasm-bindgen] version = "0.2.74" optional = true [dependencies.wee_alloc] version = "0.4.5" optional = true [features] binary = [ "clap", "option", "tabled", "plotters", ] option = ["dep:serde_json"] wasm = [ "dep:wasm-bindgen", "dep:wee_alloc", ]