# 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 = "tube" version = "0.0.2" description = "This crate was renamed to 'tubez'. Please use that crate instead." readme = "README.md" license = "MIT" repository = "https://github.com/jeffmo/tubez" resolver = "2" [dependencies.futures] version = "0.3.19" [dependencies.hyper] version = "0.14.18" features = [ "http2", "tcp", ] [dependencies.log] version = "0.4.17" [dependencies.serde_json] version = "1.0.79" [dependencies.simple_logger] version = "2.2.0" [dependencies.tokio] version = "1.15.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.clap] version = "3.2.13" features = ["derive"] [features] client = ["hyper/client"] server = ["hyper/server"]