axiomsync 1.1.0

Local retrieval runtime and CLI for AxiomSync.
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 = "2024"
name = "axiomsync"
version = "1.1.0"
authors = ["axient"]
build = false
exclude = [
    "tests/fixtures/*",
    "../../logs/*",
    "../../target/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local retrieval runtime and CLI for AxiomSync."
homepage = "https://github.com/AxiomOrient/AxiomSync"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/AxiomOrient/AxiomSync"
resolver = "2"

[features]
default = [
    "host-tools",
    "markdown-preview",
]
host-tools = []
markdown-preview = ["dep:pulldown-cmark"]

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

[[bin]]
name = "axiomsync"
path = "src/main.rs"

[[test]]
name = "core_contract_fixture"
path = "tests/core_contract_fixture.rs"

[[test]]
name = "om_parity_fixtures"
path = "tests/om_parity_fixtures.rs"

[[test]]
name = "om_runtime_behavior_validation"
path = "tests/om_runtime_behavior_validation.rs"

[[test]]
name = "process_contract"
path = "tests/process_contract.rs"

[[test]]
name = "release_contract_fixture"
path = "tests/release_contract_fixture.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.blake3]
version = "1.8.2"
features = ["no_neon"]

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

[dependencies.clap]
version = "4.5.41"
features = ["derive"]

[dependencies.globset]
version = "0.4.16"

[dependencies.pulldown-cmark]
version = "0.13.0"
optional = true

[dependencies.reqwest]
version = "0.12.23"
features = [
    "blocking",
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]

[dependencies.semver]
version = "1.0.27"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.serde_norway]
version = "0.9.42"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8.23"

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

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zip]
version = "4.3.0"

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