# 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 = "portus" version = "0.8.0" authors = [ "Akshay Narayan ", "Frank Cangialosi ", "Deepti Raghavan ", ] description = "A Congestion Control Plane" homepage = "https://ccp-project.github.io" documentation = "https://docs.rs/portus" readme = "./README.md" license = "ISC" repository = "https://github.com/ccp-project/portus" [[bin]] name = "ipc_latency" required-features = ["ipc-latency"] [[bin]] name = "ccp" required-features = ["ccp-bin"] [[bin]] name = "cargo-compile-fast-path" required-features = ["ccp-bin"] [dependencies.byteorder] version = "1" [dependencies.clap] version = "3" [dependencies.colored] version = "2" optional = true [dependencies.crossbeam] version = "0.8" [dependencies.itertools] version = "0.10" optional = true [dependencies.libc] version = "0.2" [dependencies.libloading] version = "0.7" optional = true [dependencies.nix] version = "0.23" [dependencies.nom] version = "7" [dependencies.portus_export] version = "0.2" [dependencies.proc-macro2] version = "1" optional = true [dependencies.quote] version = "1" optional = true [dependencies.regex] version = "1.1" optional = true [dependencies.structopt] version = "0.3" optional = true [dependencies.syn] version = "1" features = [ "full", "visit", "fold", "extra-traits", "parsing", ] optional = true [dependencies.time] version = "0.2" optional = true [dependencies.toml] version = "0.5" optional = true [dependencies.tracing] version = "0.1" [dependencies.walkdir] version = "2" optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.libccp] version = "1.1" [dev-dependencies.minion] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" [features] ccp-bin = [ "syn", "structopt", "itertools", "quote", "regex", "toml", "proc-macro2", "libloading", "walkdir", "colored", ] default = [] ipc-latency = ["time"]