# 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 = "maybe-sync" version = "0.1.1" authors = ["Zakarum "] description = "Helper crate for libraries that want to have a switch between multi- and single-threaded versions" documentation = "https://docs.rs/maybe-sync" readme = "README.md" keywords = ["no_std", "wasm", "web", "sync"] license = "MIT OR Apache-2.0" [package.metadata.docs.rs] features = ["unstable-doc", "alloc"] no-default-features = true targets = ["i686-pc-windows-gnu", "i686-pc-windows-msvc", "i686-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"] [dependencies.parking_lot] version = "0.10.2" optional = true [features] alloc = [] default = ["alloc"] sync = ["parking_lot"] unstable-doc = []