# 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 = "hypermangle-py" version = "0.2.0" description = "Python bindings for hypermangle python scripts" license = "MIT OR Apache-2.0" resolver = "1" [lib] name = "hypermangle_py" crate-type = [ "cdylib", "rlib", ] [dependencies.axum] version = "0.6.*" features = [ "macros", "ws", ] [dependencies.parking_lot] version = "0.12.*" [dependencies.pyo3] version = "0.19.*" features = ["extension-module"] [dependencies.pyo3-asyncio] version = "0.19.*" features = [ "tokio-runtime", "attributes", ] [dependencies.tokio] version = "1.30.*" features = ["rt-multi-thread"]