# 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 = "ruspiro-channel" version = "0.1.1" authors = ["2ndTaleStudio "] exclude = ["Makefile.toml", ".cargo/config.toml"] description = "Bare Metal Channel implementations for `no-std` environments, only requiring an \nallocator to be provided.\n" documentation = "https://docs.rs/ruspiro-channel/0.1.1" readme = "README.md" keywords = ["ruspiro", "channel", "async", "raspberrypi"] categories = ["no-std", "embedded", "async"] license = "MIT OR Apache-2.0" repository = "https://github.com/RusPiRo/ruspiro-channel/tree/v0.1.1" [package.metadata.docs.rs] default-target = "aarch64-unknown-linux-gnu" features = ["async"] [lib] [dependencies.futures-util] version = "~0.3.14" optional = true default-features = false [dependencies.ruspiro-arch-aarch64] version = "~0.1.4" [features] async = ["futures-util"] [badges.maintenance] status = "actively-developed"