rustpix-cli 1.0.1

Command-line interface for rustpix pixel detector 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"
name = "rustpix-cli"
version = "1.0.1"
authors = ["ORNL Neutron Imaging <neutronimaging@ornl.gov>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for rustpix pixel detector processing"
documentation = "https://docs.rs/rustpix-core"
readme = "README.md"
keywords = [
    "cli",
    "timepix",
    "neutron-imaging",
    "pixel-detector",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/ornlneutronimaging/rustpix"

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

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

[dependencies.rayon]
version = "1.10"

[dependencies.rustpix-algorithms]
version = "1.0.1"

[dependencies.rustpix-core]
version = "1.0.1"

[dependencies.rustpix-io]
version = "1.0.1"

[dependencies.rustpix-tpx]
version = "1.0.1"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "warn"