# 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" rust-version = "1.70" name = "iir" version = "0.1.3" authors = ["taosimin "] include = [ "**/*.rs", "*.toml", "LICENSE", "README.md", ] description = "iEDA IR Drop analysis tool" readme = "README.md" license-file = "LICENSE" [lib] name = "iir" [dependencies.chrono] version = "0.4.19" [dependencies.csv] version = "1.1.6" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.spef-parser] version = "0.2.4" [dependencies.sprs] version = "0.11.1" [build-dependencies.cbindgen] version = "0.26"