# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "scribl" version = "0.3.2" authors = ["Joe Neeman "] description = "Create simple instructional videos" readme = "../README.md" license = "MIT" repository = "https://github.com/jneem/scribl" [dependencies.anyhow] version = "1.0.27" [dependencies.clap] version = "2.33.0" [dependencies.console] version = "0.14.0" default-features = false [dependencies.crossbeam-channel] version = "0.5" [dependencies.directories-next] version = "2.0" [dependencies.druid] version = "0.7" features = ["im"] [dependencies.ebur128] version = "0.1.1" [dependencies.env_logger] version = "0.8.2" [dependencies.gstreamer] version = "0.16" [dependencies.gstreamer-app] version = "0.16" [dependencies.gstreamer-audio] version = "0.16" [dependencies.gstreamer-video] version = "0.16" [dependencies.log] version = "0.4.8" [dependencies.nnnoiseless] version = "0.3.0" default-features = false [dependencies.pkg-version] version = "1.0.0" [dependencies.scribl_curves] version = "0.3" [dependencies.scribl_widget] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive", "rc"] [dependencies.serde_cbor] version = "0.11.1" [dependencies.thiserror] version = "1.0.14" [dependencies.toml] version = "0.5.6"