ustar-tools 0.1.4

Command-line tools for STAR format parsing and processing
# 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"
rust-version = "1.83.0"
name = "ustar-tools"
version = "0.1.4"
build = false
exclude = [
    "tests/snapshots/*.snap",
    "tests/snapshots/*.snap.gz",
    "**/.DS_Store",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tools for STAR format parsing and processing"
homepage = "https://github.com/varioustoxins/ustar"
documentation = "https://docs.rs/ustar-tools"
readme = "README.md"
keywords = [
    "cli",
    "star",
    "cif",
    "mmcif",
    "tools",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "LGPL-3.0-only"
repository = "https://github.com/varioustoxins/ustar"

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

[[bin]]
name = "download-bmrb-stars"
path = "src/bin/download-bmrb-stars.rs"

[[bin]]
name = "download-cod-cifs"
path = "src/bin/download-cod-cifs.rs"

[[bin]]
name = "download-pdbs"
path = "src/bin/download-pdbs.rs"

[[bin]]
name = "sas-demo"
path = "src/bin/sas_demo.rs"

[[bin]]
name = "ustar-benchmark"
path = "src/bin/ustar-benchmark.rs"

[[bin]]
name = "ustar-dumper"
path = "src/bin/ustar-dumper.rs"

[[bin]]
name = "ustar-grammar-railroad"
path = "src/bin/ustar-grammar-railroad.rs"

[[bin]]
name = "ustar-parse-debugger"
path = "src/bin/ustar-parse-debugger.rs"

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

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

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

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

[dependencies.pest]
version = "2.8"

[dependencies.pest_railroad]
version = "0.1"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.11.27"
features = [
    "json",
    "gzip",
    "blocking",
    "stream",
]

[dependencies.scraper]
version = "0.19"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tabled]
version = "0.16"

[dependencies.text_trees]
version = "0.1"

[dependencies.tokio]
version = "1.40"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.ustar_parser]
version = "0.1.4"
features = [
    "serde",
    "extended-errors",
]
package = "ustar-parser"

[dev-dependencies.indicatif]
version = "0.17"

[dev-dependencies.indoc]
version = "2.0"

[dev-dependencies.insta]
version = "1.34"

[dev-dependencies.rstest]
version = "0.18"

[dev-dependencies.ustar-test-utils]
version = "0.1.4"

[dev-dependencies.usvg]
version = "0.45"

[lints.clippy]
expect_fun_call = "allow"
implicit_saturating_sub = "allow"
let_and_return = "allow"
manual_is_multiple_of = "allow"
needless_borrows_for_generic_args = "allow"
needless_range_loop = "allow"
new_without_default = "allow"
ptr_arg = "allow"
redundant_pattern_matching = "allow"
single_component_path_imports = "allow"
useless_conversion = "allow"
useless_vec = "allow"