# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "fastobo-graphs" version = "0.4.8" authors = ["Martin Larralde "] exclude = ["obographs"] description = "OBO Graphs data model, decoder and encoder in Rust." homepage = "https://github.com/fastobo/fastobo-graphs" readme = "README.md" keywords = [ "obo", "graphs", "ontology", "serde", "parser", ] categories = [ "science", "parser-implementations", ] license = "MIT" repository = "https://github.com/fastobo/fastobo-graphs" [package.metadata.docs.rs] features = [ "_doc", "obo", ] [[test]] name = "convert" path = "tests/convert/mod.rs" required-features = ["obo"] [dependencies.fastobo] version = "0.15.1" optional = true default-features = false [dependencies.mashup] version = "0.1.9" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [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", ] [badges.codecov] repository = "fastobo/fastobo-graphs" service = "github" [badges.is-it-maintained-issue-resolution] repository = "fastobo/fastobo-graphs" [badges.maintenance] status = "actively-developed"