23 lines
365 B
TOML
23 lines
365 B
TOML
[package]
|
|
name = "adaptivegrain-rs"
|
|
version = "0.1.0"
|
|
authors = ["kageru"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
failure = "0.1"
|
|
faster = { git = "https://github.com/AdamNiederer/faster.git" }
|
|
lazy_static = "1.3.0"
|
|
num = "0.2"
|
|
rand = "0.6"
|
|
rand_xorshift = "0.1"
|
|
vapoursynth = "0.2"
|
|
vapoursynth-sys = "0.2"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|