# 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 = "send-to-kindle" version = "1.0.1" description = "A command-line utility and library for sending files to your kindle app or device by (ab)using the www.amazon.com/sendtokindle web interface." homepage = "https://gstavrinos.github.io/send-to-kindle/send_to_kindle/" readme = "README.md" keywords = [ "amazon", "automation", "ebooks", "kindle", "send", ] categories = [ "command-line-utilities", "wasm", ] license = "Apache-2.0" repository = "https://github.com/gstavrinos/send-to-kindle/" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.geckodriver] version = "0.32.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.thirtyfour] version = "0.31.0" [dependencies.tokio] version = "1.24" features = ["full"]