# 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 = "audible_api" version = "0.1.0" description = "Unofficial API for Audible." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cmarkh/audible_api" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.console] version = "0.15.8" [dependencies.cookie] version = "0.18.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.hex] version = "0.4.3" [dependencies.json_value_merge] version = "2.0.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.5" features = [ "json", "cookies", ] [dependencies.rsa] version = "0.9.6" features = ["sha2"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.url] version = "2.5.2" [dependencies.uuid] version = "1.9.1" features = ["v4"] [dependencies.webbrowser] version = "1.0.1"