# 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 = "catinator" version = "1.6.4" authors = ["Max Audron "] exclude = ["deploy", ".cache"] description = "High Level IRC Bot library and instance" homepage = "https://gitlab.com/cocainefarm/gnulag/catinator" documentation = "https://docs.rs/catinator" readme = "README.md" keywords = ["irc", "bot", "async"] license = "ISC" repository = "https://gitlab.com/cocainefarm/gnulag/catinator" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [dependencies.bitflags] version = "1" [dependencies.figment] version = "0.10" features = ["env", "toml"] [dependencies.futures] version = "0.3" [dependencies.irc] version = "0.15" features = ["json", "tls-rust", "ctcp"] default_features = false [dependencies.irc-proto] version = "0.15" [dependencies.macros] version = "0" package = "catinator_macros" [dependencies.rand] version = "0.8.3" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["rustls-tls", "gzip"] default-features = false [dependencies.sasl] version = "0.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full", "rt-multi-thread"] [dependencies.toml] version = "0.5" [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-subscriber] version = "0.2" [dependencies.urlparse] version = "0.7" [dev-dependencies.mockito] version = "0.30.0" [features] bench = [] default = []