# 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 = "polycal" version = "0.1.3" authors = ["Christopher Gubbin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "methods for fitting and using polynomial calibration functions following ISO/TS 28038" readme = "README.md" license = "MIT" repository = "https://github.com/sensoriumtl/polycal" [lib] name = "polycal" path = "src/lib.rs" [dependencies.argmin] version = "0.10" features = ["_ndarrayl"] [dependencies.argmin-math] version = "0.4.0" [dependencies.argmin-observer-slog] version = "0.1.0" [dependencies.blas-src] version = "0.9" features = ["openblas"] [dependencies.cert] version = "0.1" [dependencies.ndarray] version = "0.15" features = ["blas"] [dependencies.ndarray-linalg] version = "0.16.0" [dependencies.ndarray-rand] version = "0.14.0" [dependencies.num-traits] version = "0.2" [dependencies.openblas-src] version = "0.10" features = [ "cblas", "system", ] [dependencies.rand_isaac] version = "0.3.0" [dependencies.thiserror] version = "1.0.67" [dependencies.time] version = "0.3.36" [dependencies.tracing] version = "0.1.40" [dev-dependencies.approx] version = "0.5.1"