# 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 = "fitme" version = "1.1.0" authors = ["Kurt Lawrence "] description = "CLI curve fitting tool. Parameterise an equation from a CSV dataset." readme = "README.md" keywords = [ "cli", "regression", "curve-fitting", ] categories = [ "command-line-utilities", "mathematics", "science", ] license = "MIT" repository = "https://github.com/kurtlawrence/fitme" [dependencies.clap] version = "4" features = ["derive"] [dependencies.comfy-table] version = "7" [dependencies.csv] version = "1" [dependencies.meval] version = "0.2" [dependencies.miette] version = "5" features = ["fancy"] [dependencies.numfmt] version = "1" [dependencies.rmpfit] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.simsearch] version = "0.2" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.fastrand] version = "2"