# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "holding" version = "0.1.0" authors = ["Alexander Lyon "] description = "Commandline toolkit for immersive DnD" homepage = "https://crates.io/crates/holding" readme = "readme.md" keywords = ["dnd", "dungeons-and-dragons", "dice", "calendar"] categories = ["command-line-utilities", "games", "date-and-time"] license = "MIT OR Apache-2.0" repository = "https://github.com/arlyon/holding" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.clap_generate] version = "3.0.0-beta.1" [dependencies.dnd_dice_roller] version = "0.4" [dependencies.holding_color] version = "0.1" [dependencies.holding_kronos] version = "0.1" [dependencies.holding_solar] version = "0.1" [dependencies.human-panic] version = "1.0" [dependencies.itertools] version = "0.9" [dependencies.ordinal] version = "0.2" [dependencies.rspotify] version = "0.10" features = ["blocking"] optional = true [dependencies.serde] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.strum] version = "0.19" [dependencies.strum_macros] version = "0.19" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" [features] default = ["sound"] sound = ["rspotify"]