igor 0.1.2

Generic text-based vendoring
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 = "2021"
name = "igor"
version = "0.1.2"
authors = ["Jeroen van Maanen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic text-based vendoring"
homepage = "https://github.com/rustigaan/igor"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rustigaan/igor"

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

[[bin]]
name = "cargo-cult"
path = "src/main.rs"

[[bin]]
name = "igor"
path = "src/main.rs"

[dependencies.ahash]
version = "^0.8.11"

[dependencies.anyhow]
version = "^1.0.81"

[dependencies.async-stream]
version = "^0.3.5"

[dependencies.base16ct]
version = "0.2.0"

[dependencies.clap]
version = "^4.5.4"
features = ["derive"]

[dependencies.env_logger]
version = "^0.11.3"

[dependencies.indoc]
version = "2.0.5"

[dependencies.log]
version = "^0.4.21"

[dependencies.once_cell]
version = "^1.19.0"

[dependencies.regex]
version = "^1.10.4"

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

[dependencies.serde_yaml]
version = "0.9.33"

[dependencies.sha2]
version = "0.10.8"

[dependencies.stringreader]
version = "^0.1.1"

[dependencies.tokio]
version = "^1.44.2"
features = [
    "macros",
    "rt-multi-thread",
    "time",
    "process",
    "signal",
    "fs",
    "io-util",
]

[dependencies.tokio-stream]
version = "^0.1.15"
features = ["fs"]

[dependencies.toml]
version = "^0.9.2"

[dev-dependencies.assert_fs]
version = "^1.1.2"

[dev-dependencies.test-log]
version = "^0.2.16"