# 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 = "width_counters" version = "2.0.2" authors = ["Anwar Hahj Jefferson-George "] description = "Atomic counters with variable bit widths and customizable atomic ordering" readme = "README.md" keywords = [ "counter", "atomic", "integer", "width", "ordering", ] categories = [ "no-std", "rust-patterns", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/anwarhahjjeffersongeorge/width_counters" [package.metadata.cargo-sync-rdme.badge] style = "for-the-badge" [package.metadata.cargo-sync-rdme.badge.badges-development] maintenance = true [package.metadata.cargo-sync-rdme.badge.badges-development.github-actions] workflows = [] [package.metadata.cargo-sync-rdme.badge.badges-usability] crates-io = true docs-rs = true license = true [dependencies.enumflags2] version = "0.7.7" features = ["serde"] [dependencies.paste] version = "1.0.12" [dependencies.ron] version = "0.8.0" optional = true [dependencies.serde] version = "1.0.162" features = ["derive"] optional = true default-features = false [dependencies.strum] version = "0.24.1" features = ["derive"] [features] default = [] iterators = [] serde = [ "dep:ron", "dep:serde", ] [badges.maintenance] status = "actively-developed"