# 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 = "meeting-dice" version = "0.1.6" include = [ "src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT", ] description = "A CLI tool that helps you to choose in a team who's gonna be the next meeting chair." homepage = "https://github.com/yozhgoor/meeting-dice" documentation = "https://docs.rs/meeting-dice" readme = "README.md" keywords = [ "cli", "random", "chooser", "meetings", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/yozhgoor/meeting-dice" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [target."cfg(unix)".dependencies.xdg] version = "2.2" [target."cfg(windows)".dependencies.dirs] version = "4.0"