# 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 = "elektron_plot" version = "0.1.24" description = "plot elektron schema and pcb data." readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "elektron_plot" [dependencies.cairo-rs] version = "0.15.12" features = [ "svg", "png", "pdf", ] [dependencies.elektron_sexp] version = "0.1" [dependencies.elektron_spice] version = "0.1" [dependencies.itertools] version = "0.10.5" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.ndarray] version = "0.15.6" [dependencies.pangocairo] version = "0.15.1" [dependencies.pdf] version = "0.7.2" [dependencies.png] version = "0.17.6" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.6.0" [dependencies.rust-fuzzy-search] version = "0.1.1" [dependencies.svg] version = "0.10.0" [dependencies.thiserror] version = "1.0.37"