# 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 = "a_r_c_h_e_r_y" version = "0.4.3" authors = ["john@attackgoat.com"] include = ["/src/**/*.rs", "/Cargo.toml", "/LICENSE.md", "/README.md", "/release-notes.md"] description = "TEMPORARY CRATE" readme = "README.md" keywords = ["rc", "arc", "reference-counting", "no_std"] categories = ["concurrency", "memory-management", "rust-patterns"] license = "MPL-2.0" [[bench]] name = "std_rc" path = "benches/std_rc.rs" harness = false [[bench]] name = "std_arc" path = "benches/std_arc.rs" harness = false [[bench]] name = "archery_shared_pointer_rc" path = "benches/archery_shared_pointer_rc.rs" harness = false [[bench]] name = "archery_shared_pointer_arc" path = "benches/archery_shared_pointer_arc.rs" harness = false [dependencies.static_assertions] version = "1" [dev-dependencies.compiletest_rs] version = "0.5" features = ["tmp"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.pretty_assertions] version = "0.6" [features] fatal-warnings = []