[package] name = "pizzicato" version = "0.1.0" authors = [ "Patrick Winters <19wintersp@gmail.com>" ] edition = "2021" description = "[WIP] A library for reading and writing frames to video." readme = "readme.md" documentation = "https://docs.rs/pizzicato" homepage = "https://github.com/19wintersp/Pizzicato#readme" repository = "https://github.com/19wintersp/Pizzicato" license = "MIT" exclude = [ "temp/", "test-*", "perf.*", "flamegraph.svg", ] [dependencies] anyhow = "^1.0" rsmpeg = "^0.7" strum = { version = "^0.23", features = [ "derive" ] } image = { version = "^0.23", optional = true } [dev-dependencies] noise = "^0.7" rand = "^0.8" # temporary lol [target.x86_64-unknown-linux-gnu] linker = "/usr/bin/clang" rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]