# 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 = "connectbox" version = "0.1.1" description = "API client library for the Compal CH7465LG, which is a cable modem provided by various European ISPs under the name Connect Box." readme = "README.md" license = "EUPL-1.2" repository = "https://git.lemonsh.moe/lemon/connectbox-rs" resolver = "1" [dependencies.quick-xml] version = "0.28" features = ["serialize"] [dependencies.reqwest] version = "0.11" features = ["cookies"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.3" [dev-dependencies.color-eyre] version = "0.6" [dev-dependencies.tokio] version = "1.0" features = ["macros"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3"