rustsourcebundler 0.14.3

Bundle the source code of a rust cargo crate in a single source file
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 = "rustsourcebundler"
version = "0.14.3"
authors = ["Leandro Lisboa Penz <lpenz@lpenz.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bundle the source code of a rust cargo crate in a single source file"
homepage = "https://github.com/lpenz/rust-sourcebundler"
readme = "README.md"
keywords = [
    "single-file",
    "bundle",
    "merge",
    "source",
    "build",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/lpenz/rust-sourcebundler.git"

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

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

[[test]]
name = "build"
path = "tests/build.rs"

[[test]]
name = "golden"
path = "tests/golden.rs"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.cargo_toml]
version = "1.0.0"

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

[dependencies.regex]
version = "1.13.1"

[dev-dependencies.goldenfile]
version = "1.11.0"

[dev-dependencies.tempfile]
version = "3.27.0"