# 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 = "kagero" version = "0.4.0" authors = ["Stridsvagn69420 (https://github.com/Stridsvagn69420)"] include = [ "README.md", "build.rs", "/src/**", "/assets/windows/Icon.ico", ] description = "A cross-platform universal and easy to use package manager" homepage = "https://github.com/Stridsvagn69420/Kagero" documentation = "https://docs.rs/kagero" readme = "README.md" keywords = [ "package-manager", "command-line-utility", "kagero", "orochi", "cross-platform", ] categories = [ "command-line-utilities", "filesystem", "network-programming", "accessibility", ] license = "EUPL-1.2" repository = "https://github.com/Stridsvagn69420/Kagero" [profile.release] lto = true debug = true strip = true [[bin]] name = "kagero" required-features = ["default"] [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "rustls-tls-native-roots", "gzip", "brotli", "deflate", "trust-dns", ] optional = true [dependencies.rustls-native-certs] version = "0.6" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.suppaftp] version = "4.5" features = [ "rustls", "no-log", ] optional = true [dependencies.url] version = "2.3" features = ["serde"] [dependencies.uuid] version = "1.2" optional = true [build-dependencies.winres] version = "0.1.12" [features] all = [ "printer", "runner", "cliutils", "orochi", "filesystem", ] cliutils = [] default = ["all"] filesystem = [ "fs-meta", "fs-database", "fs-package", ] fs-database = [] fs-meta = [] fs-package = [] orochi = [ "orochi-meta", "orochi-downloader", ] orochi-downloader = [ "reqwest", "suppaftp", "orochi-meta", "uuid", "rustls-native-certs", ] orochi-meta = [ "serde_json", "serde", ] printer = [] runner = []