# 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 = "more-changetoken" version = "2.0.0" authors = ["Chris Martinez "] include = [ "src/*.rs", "README.md", ] description = "Provides support for change tokens" homepage = "https://commonsensesoftware.github.io/more-rs-changetoken/" readme = "README.md" keywords = [ "more", "change", "token", ] license = "MIT" repository = "https://github.com/commonsensesoftware/more-rs-changetoken" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tokens" path = "src/lib.rs" [dependencies.notify] version = "6.1" optional = true [dev-dependencies] [features] fs = ["notify"]