# 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" rust-version = "1.69" name = "lilos-rwlock" version = "0.2.0" authors = ["Cliff L. Biffle "] description = "A read-write / writer-preferred lock for use with lilos." readme = "README.mkdn" keywords = [ "async", "embedded", "os", ] categories = [ "embedded", "no-std", ] license = "MPL-2.0" repository = "https://github.com/cbiffle/lilos" [package.metadata.docs.rs] default-target = "thumbv7em-none-eabihf" [lib] test = false bench = false [dependencies.lilos] version = "1.1.0" default-features = false [dependencies.lilos-list] version = "0.1.0" [dependencies.pin-project] version = "1.1.5" [dependencies.scopeguard] version = "1.2.0" default-features = false