# 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 = "uobors_cli" version = "0.0.12" description = "Unleash OpenBOR modding in Rust" homepage = "https://sakai-nako.github.io/uobors/" documentation = "https://docs.rs/uobors_cli/latest/" readme = "README.md" keywords = [ "openbor", "game-development", ] categories = [ "game-development", "command-line-utilities", ] license = "MIT" repository = "https://github.com/sakai-nako/uobors" [lib] name = "uobors_cli_lib" path = "src/lib.rs" [[bin]] name = "uobors_cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" features = [ "backtrace", "std", ] [dependencies.asefile] version = "0.3.6" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.clap-markdown] version = "0.1.3" [dependencies.confique] version = "0.2.5" [dependencies.kickstart] version = "0.4.0" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.serde] version = "1.0.197" [dependencies.starbase] version = "0.5.2" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tracing] version = "0.1.40"