# 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] name = "signalo_traits" version = "0.5.0" authors = ["Vincent Esche "] description = "A collection of traits used in 'signalo' umbrella crate." homepage = "https://github.com/signalo/signalo/tree/main/traits" documentation = "https://docs.rs/signalo_traits" readme = "README.md" keywords = ["dsp", "digital-signal", "signal-processing", "filters", "pipeline"] categories = ["no-std", "embedded", "multimedia", "science", "algorithms"] license = "MPL-2.0" repository = "https://github.com/signalo/signalo" [dependencies.guts] version = "0.1.1" [dependencies.replace_with] version = "0.1.5" features = [] default-features = false [features] default = [] derive_reset_mut = [] panic_abort = ["replace_with/panic_abort"] std = ["replace_with/std"]