svd2rust 0.16.0

Generate Rust register maps (`struct`s) from SVD files
Documentation
# 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 = "svd2rust"
version = "0.16.0"
authors = ["The ToolsTeam <tools@teams.rust-embedded.org>", "Jorge Aparicio <jorge@japaric.io>"]
build = "build.rs"
description = "Generate Rust register maps (`struct`s) from SVD files"
documentation = "https://docs.rs/svd2rust"
readme = "README.md"
keywords = ["svd", "embedded", "register", "map", "generator"]
categories = ["command-line-utilities", "embedded", "hardware-support", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded/svd2rust/"

[[bin]]
name = "svd2rust"
path = "src/main.rs"
doc = false
[dependencies.cast]
version = "0.2.2"

[dependencies.clap]
version = "2.26.0"

[dependencies.env_logger]
version = "~0.5"

[dependencies.error-chain]
version = "0.11.0"

[dependencies.inflections]
version = "1.1.0"

[dependencies.log]
version = "~0.4"
features = ["std"]

[dependencies.quote]
version = "0.3.15"

[dependencies.svd-parser]
version = "0.7"

[dependencies.syn]
version = "0.11.11"
features = ["full"]