# 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 = "2021" name = "horned-functional" version = "0.4.0" authors = ["Martin Larralde "] exclude = ["tests/data/*"] description = "An OWL2 Functional-style Syntax parser for horned-owl" readme = "README.md" keywords = ["owl", "syntax", "parser", "functional", "owl2"] categories = ["science", "parser-implementations"] license = "MIT" repository = "https://github.com/fastobo/horned-functional" resolver = "2" [dependencies.curie] version = "0.1.1" [dependencies.enum_meta] version = "0.6.0" [dependencies.horned-owl] version = "0.11.0" [dependencies.memmap] version = "0.7.0" optional = true [dependencies.pest] version = "2.1.0" [dependencies.pest_derive] version = "2.1.0" [dependencies.thiserror] version = "1.0.0" [dev-dependencies.matches] version = "0.1.8" [dev-dependencies.ureq] version = "2.3.1" [features] default = [] [badges.codecov] repository = "fastobo/horned-functional" service = "github" [badges.is-it-maintained-issue-resolution] repository = "fastobo/horned-functional" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "fastobo/horned-functional"