fastobo 0.15.2

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.2.0"

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

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

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

[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 = "3.4.0"

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

[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.10.0"

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

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

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

[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.15.2"

[package.metadata.docs.rs]
features = ["_doc"]