# 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 = "2021" name = "ask-bayes" version = "0.2.1" authors = ["ChosunOne "] description = "CLI tool for Bayesian inference" documentation = "https://docs.rs/ask-bayes" readme = "README.md" keywords = ["bayesian", "inference", "cli", "rationality", "bayes"] categories = ["science", "command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/ChosunOne/ask-bayes" resolver = "2" [profile.release] opt-level = 3 lto = true incremental = true [dependencies.anyhow] version = "1.0.54" [dependencies.clap] version = "3.1.0" features = ["derive"] [dependencies.dialoguer] version = "0.10.0" [dependencies.dirs] version = "4.0.0" [dependencies.log] version = "0.4.14" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.serde_json] version = "1.0.79" [dependencies.simplelog] version = "0.11.2" features = ["paris"] [dependencies.sled] version = "0.34.7"