# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tokio-lxi" version = "0.2.2" authors = ["Alexey Gerasev "] description = "LXI protocol abstractions for Tokio" homepage = "https://github.com/agerasev/tokio-lxi" documentation = "https://docs.rs/tokio-lxi" readme = "README.md" keywords = ["lxi", "scpi", "tokio", "futures"] categories = ["asynchronous", "network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/agerasev/tokio-lxi.git" [dependencies.anyhow] version = "1.0" [dependencies.async-std] version = "1.9" optional = true [dependencies.futures-util] version = "0.3" features = ["io"] optional = true default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.10" optional = true [dev-dependencies.tokio] version = "1.10" features = ["full"] [features] default = ["runtime-tokio"] runtime-async-std = ["futures-util", "async-std"] runtime-tokio = ["tokio"]