# 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 = "genzero" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "genzero is a library that lets you get the latest value of a type." homepage = "https://github.com/therishidesai/genzero" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/therishidesai/genzero" [lib] name = "genzero" path = "src/lib.rs" [[example]] name = "simple_read" path = "examples/simple_read.rs" [dependencies.crossbeam] version = "0.8.4" features = ["crossbeam-epoch"] [dev-dependencies.rand] version = "0.8.5"