# 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 = "tydi" version = "0.0.7" authors = ["Johan Peltenburg", "Jeroen van Straten", "Matthijs Brobbel"] description = "An HDL code generation utility for components described using the Tydi open specification." homepage = "https://abs-tudelft.github.io/tydi/" documentation = "http://docs.rs/tydi/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/abs-tudelft/tydi" [[bin]] name = "tydi" required-features = ["cli"] [dependencies.indexmap] version = "1.3" [dependencies.log] version = "0.4" [dependencies.nom] version = "5" optional = true [dependencies.structopt] version = "0.3" optional = true default-features = false [dev-dependencies.tempfile] version = "3" [features] cli = ["structopt", "parser"] default = ["generator", "parser"] generator = [] parser = ["nom"]