[package]
name = "bundle-sources"
description = "library and program for generating source code bundles (eg for AGPL compliance"
# Copyright (C) 2020 Ian Jackson
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
#
# Individual files generally contain the following tag in the copyright
# notice, instead of the full licence grant text:
# SPDX-License-Identifier: GPL-3.0-or-later
# As is conventional, this should be read as a licence grant.
#
# Contributions are accepted based on the git commit Signed-off-by
# convention, by which the contributors' certify their contributions
# according to the Developer Certificate of Origin version 1.1 - see
# the file DEVELOPER-CERTIFICATE.
version = "0.1.0"
edition = "2018"
authors = ["Ian Jackson "]
license = "GPL-3.0-or-later"
[dependencies]
anyhow = "1"
cargo_metadata = "0.15"
tempfile = "3"
fehler = "1"
thiserror = "1"
htmlescape = "0.3"
percent-encoding = "2"
clap = { version = "4", features = ["derive"] }
toml = "0.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1"