codesnap 0.13.2

Pure Rust library for generating beautiful code snapshots
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 = "codesnap"
version = "0.13.2"
authors = ["mist.zzh@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust library for generating beautiful code snapshots"
readme = false
license = "MIT"
repository = "https://github.com/mistricky/CodeSnap"

[features]
auto-detect = ["hyperpolyglot_fork"]
copy = ["arboard"]
default = []
full = [
    "copy",
    "auto-detect",
]

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

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

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

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

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

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

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

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

[dependencies.ansi_term]
version = "0.12.1"

[dependencies.anyhow]
version = "1.0.89"

[dependencies.arboard]
version = "3.4.0"
features = ["wayland-data-control"]
optional = true

[dependencies.base64]
version = "0.22.1"

[dependencies.cached]
version = "0.53.1"

[dependencies.cansi]
version = "2.2.1"

[dependencies.chrono]
version = "0.4.38"

[dependencies.cosmic-text]
version = "0.14.2"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.home]
version = "0.5.11"

[dependencies.hyperpolyglot_fork]
version = "0.1.7"
optional = true

[dependencies.include_dir]
version = "0.7.4"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.plist]
version = "1.8.0"

[dependencies.regex]
version = "1.10.5"

[dependencies.reqwest]
version = "0.12.15"

[dependencies.rgb]
version = "0.8.50"

[dependencies.schemars]
version = "0.8.22"

[dependencies.serde]
version = "1.0.204"

[dependencies.serde_json]
version = "1.0.132"

[dependencies.strip-ansi-escapes]
version = "0.2.1"

[dependencies.syntect]
version = "5.2.0"
features = ["default-fancy"]
default-features = false

[dependencies.theme-converter]
version = "0.1.2"

[dependencies.thiserror]
version = "1.0.63"

[dependencies.tiny-skia]
version = "0.11.4"

[dependencies.two-face]
version = "0.4.0"
features = ["syntect-fancy"]
default-features = false

[dependencies.url]
version = "2.5.4"