| # 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 = "2018" |
| name = "radium" |
| version = "0.7.0" |
| authors = ["Nika Layzell <[email protected]>", "myrrlyn <[email protected]>"] |
| include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE.txt", "build.rs"] |
| description = "Portable interfaces for maybe-atomic types" |
| homepage = "https://github.com/bitvecto-rs/radium" |
| documentation = "https://docs.rs/radium" |
| readme = "README.md" |
| keywords = ["atomic", "cell", "sync", "generic", "trait"] |
| categories = ["concurrency", "no-std"] |
| license = "MIT" |
| repository = "https://github.com/bitvecto-rs/radium" |
| |
| [dependencies] |
| [dev-dependencies.static_assertions] |
| version = "1" |