# 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 = "escl" version = "0.2.0" authors = ["Jonathan LEI "] exclude = ["test-data/**"] description = "A Rust library for discovering and using scanners via the eSCL protocol (scanning over network)" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/xJonathanLEI/escl-rs" [dependencies.futures-util] version = "0.3.30" [dependencies.mdns] version = "3.0.0" [dependencies.reqwest] version = "0.11.23" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.url] version = "2.5.0" [dev-dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ] default-features = false