# 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 = "sync_cow" version = "0.1.1" exclude = [".github"] description = "Thread-safe clone-on-write container for fast concurrent writing and reading." homepage = "https://github.com/w0xel/sync_cow" readme = "README.md" keywords = [ "cow", "data-structures", "concurrency", "thread-safety", "runtime-efficiency", ] categories = [ "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/w0xel/sync_cow" [profile.release] lto = "fat" [[example]] name = "write_and_read_thread" [[example]] name = "simple" [dependencies]