# 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" version = "0.15.2" authors = ["Martin Larralde "] description = "Faultless AST for Open Biomedical Ontologies." homepage = "https://github.com/fastobo/fastobo" readme = "README.md" keywords = [ "obo", "ontology", "syntax", "ast", "parser", ] categories = [ "science", "parser-implementations", ] license = "MIT" repository = "https://github.com/fastobo/fastobo" [package.metadata.docs.rs] features = ["_doc"] [lib] name = "fastobo" path = "src/lib.rs" [dependencies.blanket] version = "0.2.0" [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.fastobo-derive-internal] version = "0.15.0" [dependencies.fastobo-syntax] version = "0.7.4" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.memchr] version = "2.2.1" optional = true [dependencies.num_cpus] version = "1.12.0" optional = true [dependencies.ordered-float] version = "3.4.0" [dependencies.smartstring] version = "1.0.0" optional = true [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", ] [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"