ethos-verify 0.2.0

Parser-agnostic citation evidence verification over GroundingSource (alpha lands Milestone B)
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 = "2021"
rust-version = "1.87"
name = "ethos-verify"
version = "0.2.0"
authors = ["Ethos maintainers"]
build = false
include = [
    "Cargo.toml",
    "README.md",
    "NOTICE.md",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser-agnostic citation evidence verification over GroundingSource (alpha lands Milestone B)"
readme = "README.md"
keywords = [
    "ethos",
    "citations",
    "evidence",
]
license = "Apache-2.0"
repository = "https://github.com/docushell/ethos"

[package.metadata.ethos_publication]
publication_status = "approved_for_crates_io_publication"
reserved_crates_io_name = "ethos-verify"
reserved_crates_io_version = "0.0.0-reserved.0"

[lib]
name = "ethos_verify"
path = "src/lib.rs"

[dependencies.ethos-core]
version = "0.2.0"
features = [
    "grounding",
    "verify-types",
]
default-features = false
package = "ethos-doc-core"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.sha2]
version = "0.10"

[dev-dependencies.serde_json]
version = "1"