# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "regmaps" version = "0.0.0" authors = ["Lane Kolbly "] description = "In work!" license = "Apache-2.0 OR MIT" [dependencies.clap] version = "2.33.3" [dependencies.env_logger] version = "0.8.1" [dependencies.log] version = "0.4.11" [dependencies.proc-macro2] version = "1.0.18" [dependencies.quote] version = "1.0.7" [dependencies.rust-embed] version = "5.6.0" features = ["debug-embed", "interpolate-folder-path"] [dependencies.rustfmt-nightly] version = "1.4.21" optional = true [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.serde_yaml] version = "0.8.14" [dependencies.svd-parser] version = "0.9.0" [dependencies.tera] version = "1.5.0" [features] default = [] rustfmt = ["rustfmt-nightly"]