# 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 = "rmclient" version = "0.0.1" authors = ["Naren Dasan "] description = "A command line client for the reMarkable Cloud API" homepage = "https://github.com/narendasan/rmapi-rs" readme = "README.md" keywords = [ "remarkable", "cloud", "api", "client", ] categories = ["command-line-utilities"] license = "NCSA" repository = "https://github.com/narendasan/rmapi-rs" [dependencies.clap] version = "4.5.17" features = [ "derive", "string", ] [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.14" [dependencies.rmapi] version = "0.0.1" [dependencies.tokio] version = "1" features = ["full"]