# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "streamcraft" version = "0.0.1" description = "General purpose data/multimedia pipeline framework" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/MAlba124/streamcraft" [lib] name = "streamcraft" [dependencies.crossbeam-channel] version = "0.5.12" [features] all-elements-io = ["element-filesrc"] all-elements-text = [ "element-stdoutlog", "element-texttestsrc", ] default = ["elements-all"] element-filesrc = ["elements-io"] element-stdoutlog = ["elements-text"] element-texttestsrc = ["elements-text"] elements-all = [ "all-elements-text", "all-elements-io", ] elements-io = [] elements-text = []