fortformat 0.1.2

Parse Fortran format strings and formatted data
Documentation
[dependencies.error-stack]
version = "0.4.1"

[dependencies.itertools]
version = "0.11"

[dependencies.itoa]
optional = true
version = "1.0"

[dependencies.pest]
version = "2.5.3"

[dependencies.pest_derive]
version = "2.5.3"

[dependencies.polars]
default-features = false
features = ["rows", "fmt"]
optional = true
version = "0.35"

[dependencies.ryu_floating_decimal]
optional = true
version = "0.1.0"

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

[dev-dependencies.stringreader]
version = "0.1.1"

[features]
dataframes = ["dep:polars", "serde"]
serde = ["dep:serde", "dep:itoa", "dep:ryu_floating_decimal"]

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

[package]
authors = ["Joshua Laughner <jllacct119@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "science", "value-formatting"]
description = "Parse Fortran format strings and formatted data"
edition = "2021"
exclude = ["fortran/*", ".vscode/*"]
homepage = "https://github.com/joshua-laughner/fortformat"
keywords = ["fortran", "data", "serde", "science", "STEM"]
license = "Apache-2.0"
name = "fortformat"
readme = "README.md"
repository = "https://github.com/joshua-laughner/fortformat"
rust-version = "1.63.0"
version = "0.1.2"

[package.metadata.docs.rs]
all-features = true