# 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 = "pyportus" version = "0.6.0" authors = ["Frank Cangialosi "] description = "A Congestion Control Plane" homepage = "https://ccp-project.github.io" readme = "README.md" license = "ISC" repository = "https://github.com/ccp-project/portus" [lib] name = "pyportus" crate-type = [ "cdylib", "lib", ] [dependencies.portus] version = "0.7" [dependencies.pyo3] version = "0.17" features = [ "extension-module", "macros", ] default-features = false [dependencies.simple-signal] version = "1" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [features] bench = []