# 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 = "alist_rs" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust client library for interacting with the Alist API." documentation = "https://docs.rs/alist_rs" readme = "README.md" license = "MIT" repository = "https://github.com/SsrCoder/alist_rs" [lib] name = "alist_rs" path = "src/lib.rs" [[example]] name = "info" path = "examples/info.rs" [[example]] name = "offline_download" path = "examples/offline_download.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.http] version = "1.1.0" [dependencies.reqwest] version = "0.12.8" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "macros", ]