pytv 0.5.6

Python Templated Verilog
Documentation
# 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.6"
authors = ["Teddy van Jerry <me@teddy-van-jerry.org>"]
build = false
exclude = [
    "docs/*",
    "examples/*",
    "target/*",
    "Cargo.lock",
    ".github/*",
    ".vscode/*",
    ".DS_Store",
    "AGENTS.md",
    "CLAUDE.md",
    "private/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
default = [
    "inst",
    "macro",
]
inst = [
    "dep:serde",
    "dep:serde_yaml",
]
macro = []

[lib]
name = "pytv"
path = "src/lib.rs"

[[bin]]
name = "pytv"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.58"
features = ["derive"]

[dependencies.regex]
version = "1.12.3"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_yaml]
version = "0.9"
optional = true

[dependencies.utf8_slice]
version = "1.0.0"