# 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 = "pytv" version = "0.5.5" authors = ["Teddy van Jerry "] exclude = [ "examples/*", "target/*", "Cargo.lock", ".github/*", ".vscode/*", ".DS_Store", "private/*", ] description = "Python Templated Verilog" readme = "README.md" keywords = [ "verilog", "python", "template", "generation", ] categories = [ "template-engine", "compilers", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://github.com/autohdw/pytv" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.utf8_slice] version = "1.0.0" [features] default = [ "inst", "macro", ] inst = [ "dep:serde", "dep:serde_yaml", ] macro = []