# 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 = "mtgadmin" version = "1.0.5" authors = ["jackl0phty@gmail.com"] autobins = false description = "A Rust Daemon That Listens for MTGA game log changes & uploads to various APIs. Supported APIs: '17lands" readme = "README.md" keywords = [ "mtga", "magicthegathering", "mtgadmin", "games", "magic", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jackl0phty/mtgadmin" [lib] name = "mtgadmin" crate-type = ["lib"] path = "src/lib/mtgadmin.rs" test = true doctest = true bench = true doc = true plugin = false proc-macro = false harness = true required-features = [] edition = "2015" [[bin]] name = "mtgadmin" path = "src/bin/mtgadmin.rs" test = true doctest = true bench = true doc = true plugin = false proc-macro = false harness = true required-features = [] [dependencies.cargo-checkmate] version = "0.1.14" [dependencies.cargo-semver-checks] version = "0.20.1" [dependencies.clap] version = "^4.0" features = ["derive"] [dependencies.console] version = "0.15.5" [dependencies.daemonize] version = "0.5.0" [dependencies.execute] version = "0.2.12" [dependencies.indicatif] version = "0.17.3" [dependencies.rand] version = "0.8.5" [dependencies.structopt] version = "^0.3" [dependencies.watchexec-cli] version = "^1.22.3"