# 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" rust-version = "1.61" name = "openlibspot-discovery" version = "0.6.0" authors = ["Paul Lietar "] description = "The discovery logic for openlibspot" license = "MIT" repository = "https://github.com/DaBigBlob/openlibspot" [dependencies.aes] version = "0.8" [dependencies.base64] version = "0.21" [dependencies.cfg-if] version = "1.0" [dependencies.ctr] version = "0.9" [dependencies.dns-sd] version = "0.1.3" optional = true [dependencies.form_urlencoded] version = "1.0" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.hmac] version = "0.12" [dependencies.hyper] version = "0.14" features = [ "http1", "server", "tcp", ] [dependencies.libmdns] version = "0.7" [dependencies.log] version = "0.4" [dependencies.openlibspot-core] version = "0.6.0" [dependencies.rand] version = "0.8" [dependencies.serde_json] version = "1.0" [dependencies.sha1] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "parking_lot", "sync", "rt", ] [dev-dependencies.futures] version = "0.3" [dev-dependencies.hex] version = "0.4" [dev-dependencies.tokio] version = "1" features = [ "macros", "parking_lot", "rt", ] [features] with-dns-sd = [ "dns-sd", "openlibspot-core/with-dns-sd", ]