# 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 = "rhai-ml" version = "0.1.2" authors = ["Chris McComb "] build = "build.rs" description = "Machine learning in the Rhai scripting language" homepage = "https://github.com/rhaiscript/rhai-ml" documentation = "https://docs.rs/rhai-ml" readme = "README.md" keywords = [ "scripting", "rhai", "machine-learning", "scripting-language", "smartcore", ] categories = [ "algorithms", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rhaiscript/rhai-ml" [package.metadata.docs.rs] all-features = true [dependencies.bincode] version = ">=1.0.0" [dependencies.rhai] version = ">=1.0.0" [dependencies.smartcorelib] version = ">=0.3.0" features = ["serde"] package = "smartcore" [dependencies.smartstring] version = ">=1.0.0" [build-dependencies.bincode] version = ">=1.0.0" [build-dependencies.rhai] version = ">=1.0.0" [build-dependencies.serde] version = ">=1.0.0" [build-dependencies.serde_json] version = ">=1.0.0" [build-dependencies.smartcorelib] version = ">=0.3.0" features = ["serde"] package = "smartcore" [build-dependencies.smartstring] version = ">=1.0.0" [features] default = [] metadata = ["rhai/metadata"]