# 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 = "sovran-arc" version = "0.1.4" authors = ["Sovran.la "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Memory management swift-isms brought to Rust" readme = "README.md" keywords = [ "memory", "arc", "concurrency", "swift", ] categories = [ "concurrency", "memory-management", ] license = "MIT" repository = "https://github.com/sovran-rs/sovran-arc" [lib] name = "sovran_arc" path = "src/lib.rs" [[bin]] name = "release" path = "tools/release.rs" [[example]] name = "arcm_example" path = "examples/arcm_example.rs" [[example]] name = "arcmo_example" path = "examples/arcmo_example.rs" [dependencies.toml_edit] version = "0.22"