# 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 = "rspl" version = "0.1.2" description = "A stream processor language." documentation = "https://docs.rs/rspl" readme = "README.md" keywords = [ "language", "stream-processing", "event-driven", "demand-driven", "state-machine", ] categories = [ "asynchronous", "concurrency", "compilers", "no-std", ] license = "GPL-3.0-or-later" repository = "https://github.com/shtsoft/rspl" [[example]] name = "hics" [[example]] name = "pelican" [[example]] name = "rspl_heapless" [[test]] name = "basic" required-features = ["std"] [[test]] name = "demands" required-features = ["std"] [[test]] name = "events" required-features = ["std"] [[test]] name = "load" required-features = ["std"] [dependencies.crossbeam] version = "0.8" optional = true [features] default = ["std"] std = ["crossbeam"]