designguard 0.1.1

KiCad schematic and PCB validation library
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 = "designguard"
version = "0.1.1"
authors = ["DesignGuard Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KiCad schematic and PCB validation library"
homepage = "https://design-guard-git-main-ltwmoris-projects.vercel.app/"
documentation = "https://docs.rs/designguard"
readme = "README.md"
keywords = [
    "kicad",
    "pcb",
    "validation",
    "electronics",
    "eda",
]
categories = [
    "hardware-support",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ltwmori/designGuardDesktopApp"

[package.metadata.docs.rs]
all-features = false
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = []

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

[[example]]
name = "custom_rules"
path = "examples/custom_rules.rs"

[[example]]
name = "simple_validation"
path = "examples/simple_validation.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"

[[test]]
name = "validation_tests"
path = "tests/validation_tests.rs"

[[bench]]
name = "validation_bench"
path = "benches/validation_bench.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.petgraph]
version = "0.6"
features = ["serde-1"]

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "rustls-tls",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.tempfile]
version = "3.10"