# 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 = "optimization_tools" version = "0.1.0" authors = ["Kostiantyn Wandalen "] description = """ Playground for experimenting with optimization algorithms. """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/optimization_tools" documentation = "https://docs.rs/optimization_tools" readme = "Readme.md" keywords = [ "fundamental", "general-purpose", ] categories = [ "algorithms", "development-tools", ] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/core/optimization_tools" [package.metadata.docs.rs] features = ["full"] [dependencies.derive_tools] version = "~0.8.0" features = [ "enabled", "default", ] default-features = false [dependencies.deterministic_rand] version = "~0.4.0" features = ["default"] [dependencies.env_logger] version = "0.10.1" [dependencies.iter_tools] version = "~0.4.0" features = ["default"] default-features = false [dependencies.log] version = "0.4.20" [dependencies.meta_tools] version = "~0.5.0" features = ["meta_constructors"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.statrs] version = "0.16.0" [dev-dependencies.test_tools] version = "~0.5.0" [features] default = ["enabled"] enabled = [] full = ["enabled"] rapidity_6 = [] rapidity_7 = ["rapidity_6"] rapidity_8 = ["rapidity_7"] rapidity_9 = ["rapidity_8"]