# 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 = "mpl-cli" version = "0.1.0-alpha.1" authors = ["boldandbrad"] description = "Manage local board game stashes and interact with BoardGameGeek from your terminal." readme = "README.md" license = "MIT" license-file = "LICENSE" repository = "https://github.com/boldandbrad/mpl-cli" [[bin]] name = "mpl" path = "src/main.rs" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.3.23" features = [ "derive", "cargo", ] [dependencies.clap_complete] version = "4.3.2" [dependencies.hard-xml] version = "1.27.0" [dependencies.reqwest] version = "0.11.22" features = ["blocking"] [dependencies.semver] version = "1.0.20" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_yaml] version = "0.9.25" [dependencies.whoami] version = "1.4.1"