# 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 = "2018" name = "pcloud-cli" version = "1.1.0" authors = ["Jeremie Drouet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for pcloud" readme = "readme.md" license = "MIT" repository = "https://github.com/jdrouet/pcloud" [package.metadata.deb] assets = [ [ "target/release/pcloud-cli", "usr/bin/", "755", ], [ "readme.md", "usr/share/doc/pcloud-cli/README", "644", ], ] extended-description = """ Written in Rust, pcloud-cli is made to be fast, efficient and easy to use. """ [[bin]] name = "pcloud-cli" path = "src/main.rs" [dependencies.async-channel] version = "2.3" [dependencies.async-recursion] version = "1.1" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dirs] version = "5.0" [dependencies.exitcode] version = "1.1" [dependencies.futures-util] version = "0.3" features = [ "std", "alloc", ] default-features = false [dependencies.glob] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.pcloud] version = "2.0" features = ["client-http"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1.39" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" features = [ "tokio", "tokio-executor", ] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.temp-dir] version = "0.1" [features] protected = []