# 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 = "monte" version = "0.1.4" authors = ["Jake Marchewitz "] description = "Fundamental operations for scientific computing directly with Polars" readme = "README.md" keywords = [ "polars", "sklearn", "scikit-learn", "scipy", "machine-learning", ] categories = [ "mathematics", "science", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/monte-rs/monte" resolver = "1" [dependencies.chrono] version = "0.4.24" [dependencies.rayon] version = "1.7.0" [dependencies.thiserror] version = "1.0.40"