24 lines
475 B
TOML
24 lines
475 B
TOML
[package]
|
|
name = "psychopath"
|
|
version = "0.1.0"
|
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
|
|
|
[features]
|
|
simd_perf = ["simd"]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|
|
[dependencies]
|
|
time = "0.1"
|
|
docopt = "0.6"
|
|
rustc-serialize = "0.3"
|
|
nom = "1.2"
|
|
scoped_threadpool = "0.1"
|
|
crossbeam = "0.2"
|
|
num_cpus = "1.0"
|
|
lodepng = "0.8"
|
|
openexr = { git = "https://github.com/cessen/openexr-rs", rev = "612fc6c81c031970ffddcab15509236711613de8" }
|
|
|
|
simd = { version = "0.1.1", optional = true }
|