# 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 = "xc2bit" version = "0.0.4" authors = ["Robert Ou "] build = "build.rs" description = "A library for working with Xilinx Coolrunner-II bitstreams" keywords = ["coolrunner", "cpld", "xilinx", "bitstream", "eda"] categories = ["command-line-utilities", "parser-implementations"] license = "BSD-2-Clause" repository = "https://github.com/azonenberg/openfpga/tree/master/src/xc2bit" [profile.release] lto = true [lib] name = "xc2bit" crate-type = ["rlib"] [dependencies.bittwiddler] version = "0.0.2" [dependencies.jedec] version = "0.0.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.yosys-netlist-json] version = "0.0.3"