# 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 = "qmachina" version = "0.3.0" authors = ["Lucas Morais "] description = "A small library for Quant Machine Learning development." documentation = "https://docs.rs/qmachina/latest/qmachina/" readme = "README.md" keywords = [ "machine-learning", "quantitative", "quant", ] categories = [ "algorithms", "data-structures", "finance", "mathematics", "science", ] license = "LGPL-3.0-only" repository = "https://github.com/lmorais-dev/qmachina" [dependencies.anyhow] version = "=1.0.79" [dependencies.polars] version = "=0.36.2" optional = true [features] polars = ["dep:polars"]