# 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" rust-version = "1.67" name = "re_web_server" version = "0.2.0" authors = ["rerun.io "] include = [ "../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml", "web_viewer/*", ] publish = true description = "Serves the Rerun web viewer (Wasm and HTML) over HTTP" homepage = "https://rerun.io" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rerun-io/rerun" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0" [dependencies.document-features] version = "0.2" [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.re_log] version = "0.2.0" [dependencies.tokio] version = "1.24" features = [ "macros", "rt-multi-thread", ] [build-dependencies.cargo_metadata] version = "0.15" [build-dependencies.glob] version = "0.3.0" [features] __ci = []