# 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 = "tokio-console-web" version = "0.1.1" authors = ["Rustin170506"] build = false include = [ "src/main.rs", "app/.output/public", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A web console for tokio" readme = "README.md" license = "MIT" repository = "https://github.com/Rustin170506/tokio-console-web" [package.metadata.wix] eula = false license = false path-guid = "CF8775B9-F794-41B7-ACD7-CAFD7D0550AB" upgrade-guid = "EF6E06AE-4AB9-4FAD-85F5-9DA51A50BBC5" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "tokio-console-web" path = "src/main.rs" [dependencies.axum] version = "0.7.4" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.mime_guess] version = "2.0.4" [dependencies.rust-embed] version = "8.3.0" features = ["mime_guess"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36" features = ["full"] [dependencies.tower] version = "0.4" features = ["util"] [dependencies.tower-http] version = "0.5.2" features = [ "fs", "trace", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.console-subscriber] version = "0.4.0" features = ["grpc-web"] [dev-dependencies.tokio] version = "1.37" features = ["tracing"] [dev-dependencies.trycmd] version = "0.15.0"