# 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 = "asciicker-rs" version = "0.0.4" authors = ["Niki4tap "] description = """ Rust library for interacting with asciicker servers. """ keywords = ["asciicker"] categories = [ "asynchronous", "network-programming", "web-programming::websocket", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Niki4tap/asciicker-rs" resolver = "2" [dependencies.concat-idents] version = "1.1.3" [dependencies.crossbeam] version = "0.8.1" [dependencies.futures-util] version = "0.3.19" [dependencies.macro_rules_attribute] version = "0.0.2" [dependencies.tokio] version = "1.15.0" features = [ "rt", "macros", "sync", "time", "rt-multi-thread", ] [dependencies.tokio-tungstenite] version = "0.16.1" [features] all = [ "packets", "bot", ] bot = ["packets"] default = ["all"] packets = []