# 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 = "rtlicious" version = "0.1.1" authors = ["Alexis Marquet "] description = "A nom-based parser for Yosys RTLIL files" readme = "README.md" license = "MIT" repository = "https://github.com/oxim-rs/rtlicious" [lib] [dependencies.getset] version = "0.1.2" [dependencies.log] version = "0.4.21" [dependencies.nom] version = "7.1.3" [dependencies.nom-tracable] version = "0.9.1" [dependencies.nom_locate] version = "4.2.0" [dependencies.serde] version = "1.0.199" features = ["derive"] [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.pretty_assertions] version = "1.4.0" [features] default = [] trace = ["nom-tracable/trace"]