Created
March 8, 2016 19:00
-
-
Save iopq/d6167b746882a7b2f925 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "leaf-examples" | |
description = "Examples for the Machine Learning Framework 'Leaf'" | |
version = "0.1.0" | |
authors = ["Michael Hirn <[email protected]>", | |
"Maximilian Goisser <[email protected]>"] | |
[dependencies] | |
csv = "0.14" | |
# cuticula = "0.1.4" | |
#collenchyma = "0.0.8" | |
leaf = { version = "0.2.0", default-features = false } | |
#collenchyma-blas = "0.2.0" | |
hyper = "0.6" | |
log = "0.3" | |
env_logger = "0.3" | |
# CLI tooling | |
docopt = "0.6.75" | |
rustc-serialize = "0.3" | |
clippy = { version = "0.0.23", optional = true } | |
collenchyma = { version = "0.0.8", default-features = false } | |
collenchyma-blas = { version = "0.2.0", default-features = false } | |
[profile.dev] | |
opt-level = 0 | |
debug = true | |
rpath = false | |
lto = false | |
debug-assertions = true | |
codegen-units = 2 | |
[features] | |
default = [] | |
native = ["leaf/native", "collenchyma/native", "collenchyma-blas/native"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment