# 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 = "rusteam" version = "0.5.2" authors = ["Oleksii Filonenko "] description = "Manage your games on the terminal" homepage = "https://github.com/filalex77/rusteam" documentation = "https://docs.rs/rusteam" readme = "README.md" keywords = ["cli", "games", "gaming", "steam", "library"] categories = ["command-line-utilities", "games"] license = "GPL-3.0-or-later" repository = "https://github.com/filalex77/rusteam" [[package.metadata.release.pre-release-replacements]] file = "src/lib.rs" replace = "docs.rs/rusteam/{{version}}" search = "docs.rs/rusteam/[^\"]+" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.org" replace = "v{{version}}" search = "Unreleased" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.org" replace = "{{date}}" search = "TBD" [dependencies.colored] version = "1.8" [dependencies.directories] version = "2.0.2" [dependencies.serde] version = "1.0.98" features = ["derive"] [dependencies.snafu] version = "0.4" [dependencies.structopt] version = "0.2" [dependencies.toml] version = "0.5" [dev-dependencies.version-sync] version = "0.8.1" [badges.circle-ci] repository = "filalex77/rusteam" [badges.is-it-maintained-issue-resolution] repository = "filalex77/rusteam" [badges.is-it-maintained-open-issues] repository = "filalex77/rusteam" [badges.maintenance] status = "actively-developed"