# 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 = "2018" name = "circe" version = "0.1.5" authors = ["famfo", "karx"] exclude = ["src/main.rs", "config.toml"] description = "IRC crate in Rust" readme = "README.md" license = "Unlicense" repository = "https://git.karx.xyz/circe.git" [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.toml] version = "0.5" optional = true [features] debug = [] default = ["tls"] tls = ["native-tls"] toml_support = ["toml", "serde", "serde_derive"]