harriet 0.3.1

Parser for the Turtle (RDF) format
Documentation
# 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"
rust-version = "1.65.0"
name = "harriet"
version = "0.3.1"
authors = ["Maximilian Goisser <max@field33.com>"]
description = "Parser for the Turtle (RDF) format"
documentation = "https://docs.rs/harriet"
readme = "README.md"
keywords = [
    "parser",
    "ast",
    "turtle",
    "rdf",
    "semantic-web",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/field33/harriet"

[dependencies.anyhow]
version = "1"

[dependencies.cookie-factory]
version = "0.3"

[dependencies.either]
version = "1.6"

[dependencies.nom]
version = "7"
features = ["alloc"]

[dependencies.oxiri]
version = "0.2.2"

[dependencies.snowflake]
version = "1"

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