srcdmp 0.1.0-alpha.1

Amazing code snapshot tool and library
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 = "srcdmp"
version = "0.1.0-alpha.1"
build = "build.rs"
exclude = [
    "dump/",
    "datafeeder/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "srcdmp"
description = "Amazing code snapshot tool and library"
homepage = "https://codeberg.org/razkar/srcdmp"
documentation = "https://docs.rs/srcdmp"
readme = "README.md"
keywords = [
    "snapshot",
    "source",
    "dump",
    "archive",
    "codec",
]
categories = [
    "command-line-utilities",
    "compression",
    "encoding",
    "development-tools",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/razkar/srcdmp"

[features]
cli = [
    "dep:clish",
    "dep:ratatui",
    "dep:crossterm",
    "dep:farben",
    "dep:syntect",
    "dep:syntect-assets",
    "fs",
]
default = [
    "cli",
    "fs",
]
fs = [
    "dep:ignore",
    "dep:glob",
    "dep:toml",
    "dep:serde",
    "dep:time",
]

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

[[bin]]
name = "mkdump"
path = "src/bin/mkdump.rs"

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

[dependencies.clish]
version = "0.1.0-beta.3"
optional = true

[dependencies.crossterm]
version = "0.28"
optional = true

[dependencies.farben]
version = "0.18.1"
optional = true

[dependencies.glob]
version = "0.3"
optional = true

[dependencies.ignore]
version = "0.4"
optional = true

[dependencies.ratatui]
version = "0.29"
optional = true

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

[dependencies.syntect]
version = "5"
optional = true

[dependencies.syntect-assets]
version = "0.23"
optional = true

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "local-offset",
]
optional = true

[dependencies.toml]
version = "1.0"
optional = true

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true