# 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 = "2018" name = "greenglas" version = "0.3.0" authors = ["Bernhard Schuster ", "Michael Hirn"] description = "Data Preprocessing library for Machine Learning" homepage = "https://spearow.io/projects/greenglas" documentation = "https://spearow.github.com/greenglas" readme = "README.md" keywords = ["preprocessing", "data-preprocessing", "transformation", "encoding", "machine-learning"] license = "MIT OR Apache-2.0" repository = "https://github.com/spearow/greenglas" [dependencies.coaster] version = "0.2" features = ["native"] default-features = false [dependencies.image] version = "=0.23.12" [dependencies.modifier] version = "0.1" [dependencies.murmurhash3] version = "0.0.5" [features] cuda = ["coaster/cuda"] default = ["native", "cuda"] native = [] opencl = ["coaster/opencl"]