# 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-core" version = "0.6.3" description = "The core crate behind the hypermangle application" license = "MIT OR Apache-2.0" resolver = "1" [dependencies.axum] version = "0.6.*" features = [ "macros", "ws", ] [dependencies.bincode] version = "1.3.*" [dependencies.clap] version = "4.3.*" features = [ "derive", "cargo", ] [dependencies.console-subscriber] version = "0.1.*" features = ["parking_lot"] [dependencies.constant_time_eq] version = "0.3.*" [dependencies.fern] version = "0.6.*" [dependencies.futures] version = "0.3.*" [dependencies.fxhash] version = "0.2.*" [dependencies.humantime] version = "2.1.*" [dependencies.hyper] version = "0.14.*" [dependencies.hyper-rustls] version = "0.24.*" [dependencies.hypermangle-py] version = "0.2" [dependencies.interprocess] version = "1.2.1" features = ["tokio_support"] [dependencies.lers] version = "0.4.*" features = ["http-01"] optional = true [dependencies.log] version = "0.4.*" [dependencies.notify] version = "6.0.*" features = ["macos_kqueue"] optional = true default-features = false [dependencies.parking_lot] version = "0.12.*" [dependencies.pyo3] version = "0.19.*" features = ["auto-initialize"] optional = true [dependencies.pyo3-asyncio] version = "0.19.*" features = [ "tokio-runtime", "attributes", ] optional = true [dependencies.regex] version = "1.9.*" [dependencies.rustls] version = "0.21.*" [dependencies.rustls-pemfile] version = "1.0.*" [dependencies.serde] version = "1.0.*" features = ["derive"] [dependencies.tokio] version = "1.30.*" features = [ "rt-multi-thread", "macros", "tracing", ] [dependencies.toml] version = "0.7.*" [dependencies.tower] version = "0.4.*" [dependencies.tower-http] version = "0.4.*" features = [ "cors", "compression-gzip", "compression-br", "trace", "auth", ] [features] collect-certs = ["lers"] hot-reload = ["notify"] python = [ "pyo3", "pyo3-asyncio", ]