moonlight-core 0.1.2

Shared comparison, diffing, classification, and JSONL storage primitives for Moonlight.
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 = "moonlight-core"
version = "0.1.2"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "../../README.md",
    "../../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared comparison, diffing, classification, and JSONL storage primitives for Moonlight."
homepage = "https://moritzbrantner.github.io/moonlight/?page=overview"
readme = "README.md"
keywords = [
    "cli",
    "testing",
    "diff",
    "http",
    "comparison",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/moritzbrantner/moonlight"

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

[[bin]]
name = "export-api-types"
path = "src/bin/export-api-types.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.ts-rs]
version = "12.0.1"
features = [
    "chrono-impl",
    "no-serde-warnings",
    "uuid-impl",
]

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]

[dev-dependencies.tempfile]
version = "3"