pacchetto 0.0.1-beta

Crates conflict-free combination. Crates的整合包, 对标C++的boost库.(🐶)
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"
name = "pacchetto"
version = "0.0.1-beta"
authors = ["qsbye"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Crates conflict-free combination.
Crates的整合包, 对标C++的boost库.(🐶)"""
readme = "README.md"
license-file = "LICENSE"

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

[[example]]
name = "cli"
path = "examples/cli.rs"

[[example]]
name = "math"
path = "examples/math.rs"

[dependencies.anyhow]
version = "1.0.100"
features = ["backtrace"]

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.clap]
version = "4.5.48"
features = [
    "cargo",
    "derive",
    "env",
]

[dependencies.clap_derive]
version = "4.5.32"

[dependencies.conv]
version = "0.3.3"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.28"
features = [
    "serde",
    "std",
]
default-features = true

[dependencies.nalgebra]
version = "0.34.1"
features = [
    "serde-serialize",
    "rand",
]

[dependencies.nix]
version = "0.30.1"
features = [
    "fs",
    "process",
    "signal",
]

[dependencies.once_cell]
version = "1.21.3"

[dependencies.paste]
version = "1.0.15"

[dependencies.rand]
version = "0.9.2"
features = [
    "log",
    "serde",
]

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

[dependencies.tempfile]
version = "3.22.0"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.toml]
version = "0.9.7"

[dependencies.walkdir]
version = "2.5.0"