# 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 = "ruverta" version = "0.1.0" authors = ["kanade-k-1228"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust to Verilog: Very Simple Verilog Builder" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "ruverta" path = "src/lib.rs" [[test]] name = "axi_lite_slave" path = "tests/axi_lite_slave.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "comb" path = "tests/comb.rs" [[test]] name = "dff" path = "tests/dff.rs" [[test]] name = "fifo" path = "tests/fifo.rs" [[test]] name = "fsm" path = "tests/fsm.rs" [[test]] name = "pico_slave" path = "tests/pico_slave.rs" [[test]] name = "stmt" path = "tests/stmt.rs" [[test]] name = "uart" path = "tests/uart.rs" [dependencies] [features] default = [] dff = []