# 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 = "forest-server" version = "0.2.2" description = "A development server for ocaml-forester" readme = "README.md" license = "MIT" [[bin]] name = "forest" path = "src/main.rs" [dependencies.axum] version = "0.7.2" features = [ "tokio", "macros", ] [dependencies.axum-extra] version = "0.9.0" features = ["typed-header"] [dependencies.clap] version = "4.4.11" features = [ "derive", "cargo", ] [dependencies.cli-log] version = "2.0.0" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3.29" [dependencies.log] version = "0.4" [dependencies.maud] version = "0.25.0" features = ["axum"] [dependencies.miette] version = "5.10.0" [dependencies.pretty_env_logger] version = "0.4" [dependencies.shlex] version = "1.2.0" [dependencies.tokio] version = "1" features = [ "sync", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.14" features = ["sync"] [dependencies.tower-http] version = "0.5.0" features = [ "fs", "trace", ] [dependencies.tracing] version = "0.1.40" [dependencies.watchexec] version = "3.0.1" [dependencies.watchexec-events] version = "2.0.1" [dependencies.watchexec-signals] version = "2.0.0"