# 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 = "async-circe" version = "0.2.3" authors = ["famfo", "karx"] description = "IRC crate in Rust" readme = "README.md" keywords = ["irc", "irc-crate", "async-irc"] categories = ["asynchronous", "network-programming"] license = "Unlicense" repository = "https://git.karx.xyz/circe/async-circe.git" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.native-tls] version = "0.2" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.tokio] version = "1.15" features = ["io-util", "net"] [dependencies.tokio-native-tls] version = "0.3" optional = true [dependencies.toml] version = "0.5" optional = true [dependencies.tracing] version = "0.1" [features] default = ["tls"] tls = ["tokio-native-tls", "native-tls"] toml_config = ["toml", "serde", "serde_derive"]