# 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 = "2018" name = "atdf2svd" version = "0.5.0" authors = ["Rahix "] build = false exclude = [ "tests/", ".github/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Tool to convert Atmel's ATDF files to SVD" homepage = "https://github.com/Rahix/atdf2svd" documentation = "https://github.com/Rahix/atdf2svd" readme = "README.md" keywords = [ "atdf", "svd", "avr", "svd2rust", ] categories = [ "command-line-utilities", "embedded", ] license = "GPL-3.0-only" repository = "https://github.com/Rahix/atdf2svd" [profile.test.package.insta] opt-level = 3 [profile.test.package.similar] opt-level = 3 [lib] name = "atdf2svd" path = "src/lib.rs" [[bin]] name = "atdf2svd" path = "src/main.rs" [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.11.5" [dependencies.git-version] version = "0.3.5" [dependencies.gumdrop] version = "0.8.1" [dependencies.log] version = "0.4.22" [dependencies.svd-encoder] version = "0.14.2" [dependencies.svd-rs] version = "0.14.1" [dependencies.xmltree] version = "0.10.3" [dev-dependencies.insta] version = "1.41.1" features = ["yaml"]