fef 0.0.1

Rust implementation of a parser of the FEF format
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

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

[package]
authors = ["Jiří Cihelka"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "mathematics"]
description = "Rust implementation of a parser of the FEF format"
edition = "2021"
keywords = ["fef"]
license = "MIT OR Apache-2.0"
name = "fef"
readme = "README.md"
repository = "https://github.com/jiricekcz/fef-rs"
version = "0.0.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]