# 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.70.0" name = "vinezombie" version = "0.3.1" include = [ "/src", "/doc/rustdoc/*", "/README.md", ] description = "A modular IRCv3 framework" homepage = "https://github.com/vinezombie/vinezombie" readme = "README.md" keywords = [ "irc", "ircv3", ] categories = [ "network-programming", "parser-implementations", ] license = "EUPL-1.2" repository = "https://github.com/vinezombie/vinezombie" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_unstable", ] [dependencies.base64] version = "0.21.2" optional = true [dependencies.ring] version = "0.17.8" optional = true [dependencies.rustls] version = "0.23.5" features = [ "std", "tls12", ] optional = true default-features = false [dependencies.rustls-native-certs] version = "0.7.0" optional = true [dependencies.rustls-pemfile] version = "2.1.2" optional = true [dependencies.serde] version = "1.0" features = ["rc"] optional = true [dependencies.serde_derive] version = ">= 1.0.184" optional = true [dependencies.tokio] version = "1.28.2" features = [ "io-util", "net", "time", "rt", "sync", ] optional = true [dependencies.tokio-rustls] version = "0.26.0" optional = true default-features = false [dependencies.tokio-util] version = "0.7.10" optional = true default-features = false [dependencies.tracing] version = "0.1.37" features = ["std"] optional = true default-features = false [dependencies.whoami] version = "1.5.0" optional = true [dev-dependencies.serde_json] version = "1.0.116" [dev-dependencies.tokio] version = "1.28.2" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-subscriber] version = "0.3.17" [features] client = [] crypto = [ "dep:ring", "rustls?/ring", ] default = [ "base64", "client", "crypto", "tls-tokio", ] serde = [ "dep:serde", "dep:serde_derive", ] tls = [ "dep:rustls", "dep:rustls-native-certs", "dep:rustls-pemfile", ] tls-tokio = [ "dep:tokio-rustls", "tls", "tokio", ] tokio-codec = ["tokio-util/codec"]