Skip to content

Instantly share code, notes, and snippets.

@Nemo157
Created March 8, 2016 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nemo157/a36c2bf067762fd22519 to your computer and use it in GitHub Desktop.
Save Nemo157/a36c2bf067762fd22519 to your computer and use it in GitHub Desktop.
[package]
name = "leaf-examples"
description = "Examples for the Machine Learning Framework 'Leaf'"
version = "0.1.0"
authors = ["Michael Hirn <mj@autumnai.com>",
"Maximilian Goisser <max@autumnai.com>"]
[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", optional = true, default-features = false }
collenchyma-blas = { version = "0.2.0", optional = true, default-features = false }
[profile.dev]
opt-level = 0
debug = true
rpath = false
lto = false
debug-assertions = true
codegen-units = 2
[features]
default = ["native"]
native = ["collenchyma/native", "collenchyma-blas/native", "leaf/native"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment