# 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 = "static_leak" version = "0.1.0" description = "Leak references with static lifetimes from static Mutexes and RwLocks" readme = "README.md" keywords = [ "static", "leak", "mutex", "rwlock", "ffi", ] categories = [ "rust-patterns", "no-std", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/itemis/static_leak/" [dependencies.async-std] version = "1.12.0" optional = true [dependencies.spin] version = "0.9.4" optional = true [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] async-std = ["dep:async-std"] default = ["std"] spin = ["dep:spin"] std = []