# 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 = "svd2html" version = "0.1.3" description = "Generates a webpage for a given SVD file containing details on every peripheral and register and their level of coverage." documentation = "https://docs.rs/svd2html" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/burrbull/svd2html/" [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.liquid] version = "0.26.0" [dependencies.once_cell] version = "1.17.0" [dependencies.rayon] version = "1.7.0" [dependencies.regex] version = "1.7.0" [dependencies.svd-parser] version = "0.14.1" features = [ "derive-from", "expand", ]