# 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 = "modio-localapi" version = "0.4.1" authors = ["Spindel Ljungmark "] description = "modio-localapi, a tls-enabled web-server matching the /v0 modio-api for devices" readme = "README.md" keywords = [ "modio", "api", ] categories = ["network-service"] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/ModioAB/modio-localapi/" [profile.release] lto = "fat" codegen-units = 1 incremental = false [dependencies.argh] version = "0.1" [dependencies.async-std] version = "1.10" features = ["attributes"] [dependencies.env_logger] version = "~0.9" features = [ "atty", "humantime", ] default-features = false [dependencies.fsipc] version = "0.9.1" [dependencies.listenfd] version = "1.0" [dependencies.log] version = "~0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tide] version = "0.16" features = [ "h1-server", "logger", ] default-features = false [dependencies.tide-rustls] version = "0.3" [dependencies.zbus] version = "3" [dev-dependencies.modio-logger] version = "~0.5.0"