# 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 = "ascella-cli" version = "0.5.2" authors = ["Tricked-dev"] description = "Ascella commandline app" homepage = "https://docs.ascella.host/ascella-desktop" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/ascellahost/app" resolver = "2" [[package.metadata.generate-rpm.assets]] source = "target/release/ascella-desktop" dest = "/usr/bin/ascella" mode = "0755" [[package.metadata.generate-rpm.assets]] source = "LICENSE" dest = "/usr/share/doc/ascella/LICENSE" doc = true mode = "0644" [[package.metadata.generate-rpm.assets]] source = "README.md" dest = "/usr/share/doc/ascella/README.md" doc = true mode = "0644" [package.metadata.appimage] [package.metadata.deb] license-file = [ "LICENSE", "4", ] extended-description = "Ascella CommandLine app" depends = "$auto" section = "utility" priority = "optional" assets = [ [ "target/release/ascella-desktop", "usr/bin/ascella", "755", ], [ "LICENSE", "usr/share/doc/ascella/LICENSE", "644", ], [ "README.md", "usr/share/doc/ascella/README.md", "644", ], ] [dependencies.anyhow] version = "1.0.57" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.18" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.0.0" [dependencies.home] version = "0.5.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.native-dialog] version = "0.6.2" [dependencies.reqwest] version = "0.11.10" features = [ "multipart", "json", ] [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.74" [dependencies.tabular] version = "0.2.0" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.15.0" features = [ "sync", "rt-multi-thread", "rt", "macros", ] [dependencies.toml] version = "0.5.8" [dependencies.winit] version = "0.26.1" [features] app = [] default = [] [target."cfg(not(linux))".dependencies.clipboard2] version = "0.1.1" [target."cfg(unix)".dependencies.libc] version = "0.2.112" [target."cfg(unix)".dependencies.openssl] version = "0.10.38" features = ["vendored"] [target."cfg(windows)".build-dependencies.winapi] version = "0.3.9"