# 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 = "lef21" version = "3.0.0-pre.2" authors = [ "Dan Fritchman ", "Arya Reais-Parsi ", ] exclude = [ "resources", "scratch", ] include = [] description = "Library Exchange Format (LEF) Integrated Circuit Layout Parser & Writer" 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.derive_builder] version = "0.9.0" [dependencies.derive_more] version = "0.99.16" [dependencies.enum_dispatch] version = "0.3.1" [dependencies.fstrings] version = "0.2.3" [dependencies.layout21utils] version = "3.0.0-pre.2" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.8.0" [dependencies.rust_decimal] version = "1.24.0" features = ["serde-str"] [dependencies.schemars] version = "0.8.10" features = ["rust_decimal"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.88" [dependencies.serde_json] version = "1.0"