# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "redwood" version = "0.1.0" authors = ["Michael Benfield "] build = "build.rs" description = "A fast decision forest library.\n" homepage = "https://github.com/mikebenfield/redwood" readme = "README.md" keywords = ["decision", "random", "forest", "classification", "regression"] categories = ["algorithms", "science"] license = "GPL-3.0-or-later" repository = "https://github.com/mikebenfield/redwood" [dependencies.crossbeam-utils] version = "0.5" [dependencies.failure] version = "0.1.2" [dependencies.rand] version = "0.5.5" [build-dependencies.cc] version = "1.0.17" [features] asm = [] default = ["asm"]