# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tuna-web" version = "0.0.2" authors = ["Tom Solberg "] description = "Web GUI for tuna" homepage = "https://github.com/tgolsson/tuna" license = "MIT OR Apache-2.0" repository = "https://github.com/tgolsson/tuna" [dependencies.anyhow] version = "1.0.40" [dependencies.include_dir] version = "0.6.0" [dependencies.log] version = "0.4" [dependencies.nanoserde] version = "0.1.25" [dependencies.tiny_http] version = "0.8.2" [dependencies.tuna] version = "0.0.3" [dependencies.tungstenite] version = "0.13.0" [dev-dependencies.env_logger] version = "0.8.3"