# 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 = "cobb" version = "0.0.1" authors = ["Thom Chiovoloni "] description = "WIP library to help track down bugs in concurrent algorithms" homepage = "https://github.com/thomcc/cobb" documentation = "https://docs.rs/cobb" readme = "README.md" keywords = ["atomic", "lock-free"] categories = ["concurrency", "data-structures"] license = "Apache-2.0 OR MIT OR Zlib" repository = "https://github.com/thomcc/cobb" [profile.dev] debug = true panic = "abort"