# 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 = "optimal-core" version = "0.0.0" authors = ["Justin Lovinger"] description = "Mathematical optimization and machine learning framework" readme = "README.md" keywords = [ "ai", "machine-learning", "optimization", ] categories = [ "science", "mathematics", ] license = "MIT" repository = "https://github.com/justinlovinger/optimal-rs/tree/master/optimal-core" [dependencies.blanket] version = "0.3.0" [dependencies.streaming-iterator] version = "0.1.9" [dev-dependencies.paste] version = "1.0.14" [dev-dependencies.replace_with] version = "0.1.7" [dev-dependencies.serde] version = "1.0.185" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.105" [dev-dependencies.static_assertions] version = "1.1.0" [badges.github] repository = "justinlovinger/optimal-rs" workflow = "build"