axiomsync-cli 0.1.8

Command-line interface for AxiomSync data runtime.
# 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-cli"
version = "0.1.8"
authors = ["axient"]
build = false
exclude = [
    "../../logs/*",
    "../../target/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for AxiomSync data runtime."
homepage = "https://github.com/AxiomOrient/AxiomSync"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/AxiomOrient/AxiomSync"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.axiomsync]
version = "0.1.8"
features = [
    "host-tools",
    "markdown-preview",
]
default-features = false

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

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

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

[dependencies.serde_json]
version = "1.0.142"

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