# 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 = "libquassel" version = "0.1.0" authors = ["Max Audron "] autobins = true description = "Native rust implementation of the Quassel protocol and library functions" homepage = "https://gitlab.com/cocainefarm/libquassel" license = "ISC" repository = "https://gitlab.com/cocainefarm/libquassel" [dependencies.byteorder] version = "1.3.2" [dependencies.bytes] version = "0.5" [dependencies.either] version = "1.5" [dependencies.failure] version = "0.1" [dependencies.flate2] version = "1.0" features = ["tokio"] optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.futures-util] version = "0.3" features = ["std"] optional = true [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" optional = true [dependencies.time] version = "0.2" [dependencies.tokio] version = "0.2" features = ["full"] optional = true [dependencies.tokio-tls] version = "0.3" optional = true [dependencies.tokio-util] version = "0.2" features = ["codec"] optional = true [dev-dependencies.flate2] version = "1.0" features = ["tokio"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.tokio-test] version = "0.2" [dev-dependencies.tokio-util] version = "0.2" features = ["codec"] [features] client = ["tokio", "tokio-util", "tokio-tls", "native-tls", "futures", "futures-util", "framing"] default = [] framing = ["tokio", "tokio-util", "flate2"]