# 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 = "layout21raw" version = "3.0.0-pre.2" authors = [ "Dan Fritchman ", "Arya Reais-Parsi ", ] exclude = [ "resources", "scratch", ] include = [] description = "Layout21 Raw-Format Integrated Circuit Layout" homepage = "https://github.com/dan-fritchman/Layout21" documentation = "https://github.com/dan-fritchman/Layout21" readme = "readme.md" keywords = [] categories = [] license = "BSD-3-Clause" repository = "https://github.com/dan-fritchman/Layout21" resolver = "1" [dependencies.enum_dispatch] version = "0.3.7" [dependencies.gds21] version = "3.0.0-pre.2" optional = true [dependencies.layout21protos] version = "3.0.0-pre.2" optional = true [dependencies.layout21utils] version = "3.0.0-pre.2" [dependencies.lef21] version = "3.0.0-pre.2" optional = true [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.88" [dependencies.slotmap] version = "1.0" features = ["serde"] [features] default = [ "gds", "lef", "proto", ] gds = ["gds21"] lef = ["lef21"] proto = ["layout21protos"]