# 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" rust-version = "1.80.1" name = "fayalite" version = "0.2.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Hardware Description Language embedded in Rust, using FIRRTL's semantics" readme = "README.md" keywords = [ "hdl", "hardware", "semiconductors", "firrtl", "fpga", ] categories = [ "simulation", "development-tools", "compilers", ] license = "LGPL-3.0-or-later" repository = "https://git.libre-chip.org/libre-chip/fayalite" [package.metadata.docs.rs] features = ["unstable-doc"] [lib] name = "fayalite" path = "src/lib.rs" [[example]] name = "blinky" path = "examples/blinky.rs" [[test]] name = "hdl_types" path = "tests/hdl_types.rs" [[test]] name = "module" path = "tests/module.rs" [[test]] name = "ui" path = "tests/ui.rs" [dependencies.bitvec] version = "1.0.1" features = ["serde"] [dependencies.blake3] version = "1.5.4" features = ["serde"] [dependencies.clap] version = "4.5.9" features = [ "derive", "env", "string", ] [dependencies.ctor] version = "0.2.8" [dependencies.eyre] version = "0.6.12" [dependencies.fayalite-proc-macros] version = "=0.2.0" [dependencies.hashbrown] version = "0.14.3" [dependencies.jobslot] version = "0.2.19" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-traits] version = "0.2.16" [dependencies.os_pipe] version = "1.2.1" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" features = ["preserve_order"] [dependencies.tempfile] version = "3.10.1" [dependencies.which] version = "6.0.1" [dev-dependencies.trybuild] version = "1.0" [build-dependencies.fayalite-visit-gen] version = "=0.2.0" [features] unstable-doc = []