# 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 = "moore" version = "0.14.0" authors = ["Fabian Schuiki "] exclude = ["/test", "/circt"] description = "A compiler for hardware description languages." readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/fabianschuiki/moore" [[bin]] name = "moore" path = "src/bin/moore.rs" doc = false [dependencies.clap] version = "2" [dependencies.llhd] version = "0.16" [dependencies.log] version = "0.4" [dependencies.moore-circt] version = "0.14.0" [dependencies.moore-common] version = "0.14.0" [dependencies.moore-derive] version = "0.14.0" [dependencies.moore-svlog] version = "0.14.0" [dependencies.moore-vhdl] version = "0.14.0" [dependencies.num] version = "0.3" [dependencies.pretty_env_logger] version = "0.4" [dependencies.serde] version = "1" [dependencies.typed-arena] version = "2.0.1" [features] unstable = [] [badges.travis-ci] branch = "master" repository = "fabianschuiki/moore"