emstar 0.1.0

High-performance STAR file I/O library for cryo-EM workflows
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"
rust-version = "1.85"
name = "emstar"
version = "0.1.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance STAR file I/O library for cryo-EM workflows"
homepage = "https://github.com/elemeng/emstar"
documentation = "https://docs.rs/emstar"
readme = "README.md"
keywords = [
    "star",
    "starfile",
    "relion",
    "cryo-em",
    "cryo-et",
]
categories = [
    "parser-implementations",
    "science",
    "data-structures",
    "encoding",
]
license = "MIT"
repository = "https://github.com/elemeng/emstar"

[features]
default = []
serde = [
    "dep:serde",
    "polars/serde",
    "smartstring/serde",
]

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

[dependencies.itoa]
version = "1.0"

[dependencies.lexical]
version = "6.1"

[dependencies.polars]
version = "0.45"
features = ["performant"]
default-features = false

[dependencies.ryu]
version = "1.0"

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

[dependencies.smartstring]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[profile.bench]
debug = 2
inherits = "release"

[profile.dev]
opt-level = 0
lto = false
debug = 2

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true