# 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 = "codr" version = "1.1.3" description = "A CLI tool for interacting with OneDrive." homepage = "https://github.com/PromH/codr" readme = "./README.md" categories = [ "command-line-utilities", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/PromH/codr" resolver = "1" [[bin]] name = "codr" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.confy] version = "0.5.1" features = ["yaml_conf"] default-features = false [dependencies.exitcode] version = "1.1.2" [dependencies.fern] version = "0.6" [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4" [dependencies.onedrive] version = "1.1.3" [dependencies.reqwest] version = "0.11.8" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.167" features = ["derive"] [dependencies.serde_derive] version = "1.0.167"