[package] name = "weih" version = "0.0.8" authors = ["Takeru Ohta "] edition = "2018" description = "An ml-metadata web viewer" homepage = "https://github.com/sile/weih" repository = "https://github.com/sile/weih" readme = "README.md" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "4.0.0-beta.6" anyhow = "1" chrono = { version = "0.4", features = ["serde"] } comrak = "0.10" mlmd = { version = "0.2", features=["runtime-actix-native-tls"], default-features=false } plotly = "0.6" serde = { version = "1", features = ["derive"] } serde_json = "1" structopt = "0.3" tempfile = "3"