# 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 = "botnet-core" version = "0.2.0" description = "botnet" license = "BUSL-1.1" repository = "https://github.com/ra0x3/botnet" [dependencies.async-std] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1.3" [dependencies.botnet-utils] version = "0.2" [dependencies.bytes] version = "1.3" features = ["serde"] [dependencies.nom] version = "5.1" [dependencies.redis] version = "0.22" features = [ "aio", "r2d2", "tokio-comp", "connection-manager", "ahash", ] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.3" [features] default = [] redisdb = ["redis"]