# 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 = "humbird" version = "0.1.4" authors = ["happyboy "] description = "humbird network communication core library,universal server function wrapper library" readme = "README.md" keywords = [ "server", "humbird", ] license = "GPL-3.0" repository = "https://github.com/0xhappyboy/Humbird/tree/main/humbird" resolver = "1" [lib] name = "humbird" [dependencies.chrono] version = "0.4.30" [dependencies.clap] version = "4.4.1" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.mio] version = "0.8" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.9.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.0" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3"