l-s 0.4.1

Summary any file‘s meta.
# 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 = "l-s"
version = "0.4.1"
authors = ["licsber <admin@licsber.site>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Summary any file‘s meta."
homepage = "https://blog.licsber.site"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://git.licsber.site/rust/l-s"

[[bin]]
name = "l-s"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.ed2k]
version = "1.0.1"

[dependencies.indicatif]
version = "0.18"

[dependencies.md-5]
version = "0.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]