# 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 = "hfq_rs" version = "0.0.7" authors = ["Nishizacky"] build = false exclude = [".vscode"] autobins = false autoexamples = false autotests = false autobenches = false description = "optimized for multithreading and enhanced performance using Polars for dataframe operations, designed to analyze circuit files for josim and determine the operating margins of specified circuit elements." readme = "README.md" license = "MIT" [lib] name = "hfq_rs" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.indicatif] version = "0.17.8" [dependencies.polars] version = "0.42.0" [dependencies.regex] version = "1.10.0"