# 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 = "pharos" version = "0.5.3" authors = ["Naja Melan "] exclude = ["tests", "examples", "ci", ".travis.yml", "TODO.md", "CONTRIBUTING.md"] description = "Observer pattern which generates a futures 0.3 stream of events" documentation = "https://docs.rs/pharos" readme = "README.md" keywords = ["observer", "futures", "stream", "broadcast", "publish_subscribe"] categories = ["asynchronous"] license = "Unlicense" repository = "https://github.com/najamelan/pharos" resolver = "2" [package.metadata.docs.rs] all-features = true targets = [] [profile.release] codegen-units = 1 [dependencies.futures] version = "^0.3" features = ["std"] default-features = false [dev-dependencies.assert_matches] version = "^1" [dev-dependencies.async-std] version = "^1" features = ["attributes"] [dev-dependencies.async_executors] version = "^0.4" features = ["async_std"] [dev-dependencies.futures] version = "^0.3" [dev-dependencies.wasm-bindgen-test] version = "^0.3" [build-dependencies.rustc_version] version = "^0.4" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "najamelan/pharos"