# 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 = "snapup" version = "0.1.8" authors = ["extremeandy"] description = "Abstractions for handling snapshots with streams of subsequent updates" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/extremeandy/snapup" [package.metadata.docs.rs] all-features = true [dependencies.futures] version = "0.3.28" [dependencies.im] version = "15.1.0" [dependencies.itertools] version = "0.10.5" [dependencies.tokio] version = "1.28.1" features = ["sync"] optional = true [dependencies.tokio-stream] version = "0.1.14" [dev-dependencies.streamtools] version = "0.7.5" features = ["test-util"] [dev-dependencies.tokio] version = "1.28.0" features = [ "rt", "sync", "macros", "time", ] [dev-dependencies.tokio-test] version = "0.4.2" [build-dependencies.rustc_version] version = "0.4.0" [features] default = [] tokio-sync = [ "dep:tokio", "tokio-stream/sync", ]