# 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 = "intiface-engine" version = "3.0.4" authors = ["Nonpolynomial Labs, LLC "] build = "build.rs" exclude = [".vscode/**"] autobins = false autoexamples = false autotests = false autobenches = false description = "CLI and Library frontend for the Buttplug sex toy control library" homepage = "http://intiface.com" readme = "README.md" keywords = [ "usb", "serial", "hardware", "bluetooth", "teledildonics", ] license = "BSD-3-Clause" repository = "https://github.com/intiface/intiface-engine.git" [lib] name = "intiface_engine" path = "src/lib.rs" [[bin]] name = "intiface-engine" path = "src/bin/main.rs" [dependencies.argh] version = "0.1.12" [dependencies.async-trait] version = "0.1.83" [dependencies.backtrace] version = "0.3.74" [dependencies.buttplug] version = "9.0.4" [dependencies.console-subscriber] version = "0.4.0" optional = true [dependencies.ctrlc] version = "3.4.5" [dependencies.futures] version = "0.3.31" [dependencies.futures-util] version = "0.3.31" [dependencies.getset] version = "0.1.3" [dependencies.lazy_static] version = "1.5.0" [dependencies.libmdns] version = "0.9.1" [dependencies.local-ip-address] version = "0.6.3" [dependencies.log] version = "0.4.22" [dependencies.log-panics] version = "2.1.0" features = ["with-backtrace"] [dependencies.once_cell] version = "1.20.2" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "sync", "rt-multi-thread", "macros", "io-std", "fs", "signal", "io-util", ] [dependencies.tokio-stream] version = "0.1.16" [dependencies.tokio-tungstenite] version = "0.24.0" [dependencies.tokio-util] version = "0.7.12" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-fmt] version = "0.1.1" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "json", ] [dependencies.url] version = "2.5.2" [build-dependencies.anyhow] version = "1.0.89" [build-dependencies.vergen-gitcl] version = "1.0.1" features = ["build"] [features] allow-unstable-v4-connections = ["buttplug/allow-unstable-v4-connections"] default = [] tokio-console = ["console-subscriber"]