# 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 = "miniboosts" version = "0.3.5" authors = ["rmitsuboshi "] build = false exclude = [ "/tests", "/img", "TODO.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "MiniBoosts: A collection of boosting algorithms written in Rust 🦀" readme = "README.md" keywords = [ "boosting", "machine-learning", ] categories = ["science"] license = "MIT" repository = "https://github.com/rmitsuboshi/miniboosts" [package.metadata.docs.rs] all-features = true [lib] name = "miniboosts" path = "src/lib.rs" [dependencies.clarabel] version = "0.9.0" [dependencies.colored] version = "2.1.0" [dependencies.fixedbitset] version = "0.5.7" [dependencies.grb] version = "2.0.1" optional = true [dependencies.plotters] version = "0.3.5" [dependencies.polars] version = "0.41.3" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.206" features = [ "rc", "derive", ] [dependencies.serde_json] version = "1.0.124" features = ["alloc"] default-features = false [features] gurobi = ["grb"]