fastobo 0.13.1

Faultless AST for Open Biomedical Ontologies.
Documentation
[badges.codecov]
repository = "fastobo/fastobo"
service = "github"

[badges.is-it-maintained-issue-resolution]
repository = "fastobo/fastobo"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "fastobo/fastobo"
[dependencies.blanket]
version = "0.1.2"

[dependencies.crossbeam-channel]
optional = true
version = "0.5"

[dependencies.fastobo-derive-internal]
version = "0.13.1"

[dependencies.fastobo-syntax]
version = "0.6.2"

[dependencies.lazy_static]
optional = true
version = "1.4.0"

[dependencies.memchr]
optional = true
version = "2.2.1"

[dependencies.num_cpus]
optional = true
version = "1.12.0"

[dependencies.ordered-float]
version = "2.0.0"

[dependencies.pest]
version = "2.1.3"

[dependencies.smartstring]
optional = true
version = "0.2.3"

[dependencies.thiserror]
version = "1.0.0"
[dev-dependencies.isbn]
version = "0.2.0"

[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.obofoundry]
version = "0.8.0"

[dev-dependencies.pretty_assertions]
version = "0.7.1"

[dev-dependencies.serde_yaml]
version = "0.8.8"

[dev-dependencies.textwrap-macros]
version = "0.2.5"

[dev-dependencies.ureq]
version = "2.0.0"

[features]
_doc = ["threading"]
default = ["memchr", "threading", "smartstring"]
threading = ["crossbeam-channel", "lazy_static", "num_cpus"]

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

[package]
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
categories = ["science", "parser-implementations"]
description = "Faultless AST for Open Biomedical Ontologies."
edition = "2018"
homepage = "https://github.com/fastobo/fastobo"
keywords = ["obo", "ontology", "syntax", "ast", "parser"]
license = "MIT"
name = "fastobo"
readme = "README.md"
repository = "https://github.com/fastobo/fastobo"
version = "0.13.1"
[package.metadata.docs.rs]
features = ["_doc"]