same-content 0.2.0

Determine whether data from different sources are the same.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "same-content"
version = "0.2.0"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Determine whether data from different sources are the same."
homepage = "https://magiclen.org/same-content"
readme = "README.md"
keywords = [
    "file",
    "reader",
    "same",
    "data",
    "stream",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/magiclen/same-content"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "same_content"
path = "src/lib.rs"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
]
optional = true

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]