# 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 = "pbx" version = "0.1.0" authors = ["klebs tpk3.mx@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "pbx is a Rust crate providing convenient macros and utility functions for creating and managing boxed, atomic reference-counted, and default-initialized values. The crate simplifies common patterns in Rust, especially useful in asynchronous programming, concurrent access, and interfacing with C libraries." readme = "README.md" keywords = [ "utility", "shorthand", "pbx", ] license = "MIT" [lib] name = "pbx" path = "src/lib.rs" [dependencies]