# 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 = "rdf_dynsyn" version = "0.3.1" description = "This crate provides sophia-compatible and sophia-based rdf parsers/serializers, that can be instantiated against any of supported syntaxes dynamically at run time." readme = "README.md" keywords = [ "rdf", "parse", "serialize", "sophia", ] license = "MIT OR Apache-2.0" repository = "https://github.com/manomayam/manas" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.anymap2] version = "0.13.0" [dependencies.async-compat] version = "0.2.1" optional = true [dependencies.bytes] version = "1.4.0" optional = true [dependencies.frunk_core] version = "0.4.2" [dependencies.futures] version = "0.3.28" optional = true [dependencies.gdp_rs] version = "0.1.1" [dependencies.if_chain] version = "1.0.2" [dependencies.mime] version = "0.3.17" [dependencies.once_cell] version = "1.18.0" [dependencies.resiter] version = "0.5.0" [dependencies.rio_api] version = "0.8.4" [dependencies.rio_turtle] version = "0.8.4" [dependencies.rio_xml] version = "0.8.4" optional = true [dependencies.sophia_api] version = "0.8.0-alpha.1" [dependencies.sophia_rio] version = "0.8.0-alpha.1" [dependencies.sophia_turtle] version = "0.8.0-alpha.1" [dependencies.sophia_xml] version = "0.8.0-alpha.1" optional = true [dependencies.thiserror] version = "1.0.41" [dependencies.tokio] version = "1.29.1" features = [ "io-util", "sync", "rt", ] optional = true [dependencies.tokio-stream] version = "0.1.14" optional = true [dependencies.tokio-util] version = "0.7.8" features = [ "io-util", "io", ] optional = true [dependencies.tracing] version = "0.1.37" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.rstest] version = "0.18.1" [dev-dependencies.sophia_isomorphism] version = "0.8.0-alpha.1" [dev-dependencies.tracing] version = "0.1.37" features = ["log"] [features] async = [ "dep:futures", "dep:bytes", "dep:tokio", "dep:async-compat", "dep:tokio-util", "dep:tokio-stream", ] default = ["rdf_xml"] rdf_xml = [ "dep:sophia_xml", "dep:rio_xml", ]