[package] name = "hfq_rs" version = "0.0.7" authors = ["Nishizacky"] edition = "2021" license = "MIT" 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" exclude = [".vscode"] [dependencies] regex = "1.10.0" indicatif = "0.17.8" chrono = "0.4.38" polars = { version = "0.42.0"}