[[bin]]
name = "rama"
path = "src/main.rs"
[dependencies.base64]
version = "0.22"
[dependencies.bytes]
version = "1"
[dependencies.clap]
features = ["derive"]
version = "4.5.15"
[dependencies.hex]
version = "0.4"
[dependencies.rama]
features = ["full"]
version = "0.2.0-alpha.6"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.terminal-prompt]
version = "0.2.3"
[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.38"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.17"
[lints.clippy]
await_holding_lock = "warn"
empty_enum = "warn"
enum_glob_use = "warn"
exit = "warn"
filter_map_next = "warn"
fn_params_excessive_bools = "warn"
if_let_mutex = "warn"
imprecise_flops = "warn"
inefficient_to_string = "warn"
linkedlist = "warn"
lossy_float_literal = "warn"
macro_use_imports = "warn"
match_on_vec_items = "warn"
match_wildcard_for_single_variants = "warn"
mem_forget = "warn"
needless_borrow = "warn"
needless_continue = "warn"
option_option = "warn"
rest_pat_in_fully_bound_structs = "warn"
str_to_string = "warn"
suboptimal_flops = "warn"
todo = "warn"
type_complexity = "allow"
unnested_or_patterns = "warn"
unused_self = "warn"
verbose_file_reads = "warn"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
elided_lifetimes_in_paths = "allow"
unreachable_pub = "deny"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(fuzzing)"]
level = "warn"
priority = 0
[package]
authors = ["Glen De Cauwsemaecker <glen@plabayo.tech>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming", "web-programming::http-client", "web-programming::http-server"]
default-run = "rama"
description = "rama cli to move and transform network packets"
edition = "2021"
keywords = ["io", "async", "non-blocking", "service", "rama"]
license = "MIT OR Apache-2.0"
name = "rama-cli"
readme = "README.md"
repository = "https://github.com/plabayo/rama"
rust-version = "1.80.0"
version = "0.2.0-alpha.6"