# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "qeda" version = "0.0.3" authors = ["Shamil ", "QEDA Authors"] exclude = ["scripts/*", ".vscode/*"] description = "The tool for easy creating electronic component libraries" readme = "README.md" license = "MIT" repository = "https://github.com/qeda/qeda-rs/" [lib] name = "qeda" path = "src/lib.rs" [dependencies.clap] version = "2.33" [dependencies.crypto-hash] version = "0.3" [dependencies.error-chain] version = "0.12" [dependencies.hex] version = "0.3" [dependencies.linked-hash-map] version = "0.5" [dependencies.reqwest] version = "0.9" [dependencies.svgdom] version = "0.17" [dependencies.termcolor] version = "1.0" [dependencies.yaml-rust] version = "0.4"