# 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 = "sdcx" version = "0.1.0" authors = ["dalance@gmail.com"] exclude = ["testcase/*"] description = "SDC (Synopsys Design Constraints) toolkit" readme = "README.md" keywords = [ "eda", "parser", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/dalance/sdcx" [profile.dev.build-override] opt-level = 3 [profile.release.build-override] opt-level = 3 [[bin]] name = "sdcx" path = "src/cli.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.codespan-reporting] version = "0.11.1" [dependencies.flate2] version = "1.0" [dependencies.parol_runtime] version = "0.20.0" features = ["auto_generation"] [dependencies.thiserror] version = "1.0" [build-dependencies.parol] version = "0.25.0" [build-dependencies.parol_runtime] version = "0.20.0" features = ["auto_generation"] [build-dependencies.walkdir] version = "2.4.0"