# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "run-down" version = "0.1.1" authors = ["Brian Gianforcaro "] description = "An implementation of run-down protection in rust." readme = "README.md" keywords = ["rundown", "protection", "synchronization", "reference-count"] categories = ["concurrency", "memory-management"] license = "MIT" repository = "https://github.com/bgianfo/rust-run-down" [dependencies.bitflags] version = "1.2.1" [dependencies.doc-comment] version = "0.3.1" [dependencies.lazy-init] version = "0.3.0" [dependencies.rsevents] version = "0.2.0" [dev-dependencies.pretty_assertions] version = "0.6" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "bgianfo/rust-run-down"