# 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 = "generic_cong_avoid" version = "0.4.0" authors = ["Akshay Narayan "] description = "A Congestion Control Plane" homepage = "https://ccp-project.github.io" readme = "README.md" license = "ISC" repository = "https://github.com/ccp-project/generic-cong-avoid" [[bin]] name = "cubic" required-features = ["bin"] [[bin]] name = "reno" required-features = ["bin"] [dependencies.clap] version = "2" [dependencies.portus] version = "0.7" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" optional = true [features] bin = ["tracing-subscriber"]