# 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 = "protoviz" version = "0.5.3" authors = ["Daniel Stuart "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast and intuitive way of creating figures for protocol documentation" homepage = "https://protoviz.stu.art.br" readme = "README.md" keywords = [ "protocol", "documentation", "svg", "binary", ] license = "MIT" repository = "https://github.com/danielstuart14/protoviz" [lib] name = "protoviz" path = "src/lib.rs" [[example]] name = "api" path = "examples/api.rs" [dependencies.hex_color] version = "3.0.0" features = ["serde"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.tera] version = "1.20.0" default-features = false [dependencies.thiserror] version = "1.0.64" [dev-dependencies.axum] version = "0.7.7" [dev-dependencies.tokio] version = "1.40.0" features = ["full"]