fastobo-graphs 0.4.8

OBO Graphs data model, decoder and encoder in Rust.
Documentation
[[test]]
name = "convert"
path = "tests/convert/mod.rs"
required-features = ["obo"]
[badges.codecov]
repository = "fastobo/fastobo-graphs"
service = "github"

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

[badges.maintenance]
status = "actively-developed"
[dependencies.fastobo]
default-features = false
optional = true
version = "0.15.1"

[dependencies.mashup]
optional = true
version = "0.1.9"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0.0"
[dev-dependencies.fastobo]
version = "0.15.1"

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

[dev-dependencies.mashup]
version = "0.1.9"

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

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

[dev-dependencies.serde_json]
version = "1.0"

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

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

[features]
_doc = ["obo"]
default = ["obo"]
obo = ["fastobo", "mashup"]

[package]
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
categories = ["science", "parser-implementations"]
description = "OBO Graphs data model, decoder and encoder in Rust."
edition = "2018"
exclude = ["obographs"]
homepage = "https://github.com/fastobo/fastobo-graphs"
keywords = ["obo", "graphs", "ontology", "serde", "parser"]
license = "MIT"
name = "fastobo-graphs"
readme = "README.md"
repository = "https://github.com/fastobo/fastobo-graphs"
version = "0.4.8"
[package.metadata.docs.rs]
features = ["_doc", "obo"]