# 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 = "ginko" version = "0.0.8" authors = ["Lukas Scheller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A device-tree source parser and analyzer" readme = "README.md" keywords = [ "dts", "device-tree", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/Schottkyc137/ginko" [lib] name = "ginko" path = "src/lib.rs" [[bin]] name = "ginko" path = "src/main.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.assert_matches] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.dunce] version = "1" [dependencies.enum-map] version = "2" [dependencies.itertools] version = "0.13.0" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.url] version = "2" [dev-dependencies.assert_unordered] version = "0.3.5" [dev-dependencies.tempfile] version = "3"