rustpix-core 1.0.0

Core traits and types for rustpix pixel detector processing
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 = "rustpix-core"
version = "1.0.0"
authors = ["ORNL Neutron Imaging <neutronimaging@ornl.gov>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and types for rustpix pixel detector processing"
documentation = "https://docs.rs/rustpix-core"
readme = "README.md"
keywords = [
    "neutron-imaging",
    "timepix",
    "pixel-detector",
    "scientific",
]
categories = [
    "science",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/ornlneutronimaging/rustpix"

[features]
default = []
serde = ["dep:serde"]

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

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]
optional = true

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.approx]
version = "0.5"

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

[lints.rust]
unsafe_code = "warn"