xore 1.2.0

XORE CLI - Command-line interface for search and data processing
# 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"
name = "xore"
version = "1.2.0"
authors = ["XORE Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "XORE CLI - Command-line interface for search and data processing"
readme = false
license = "GPL-3.0"
repository = "https://github.com/shuheng-mo/xore"

[features]
default = ["mimalloc"]
mimalloc = ["dep:mimalloc"]

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.colored]
version = "3.0"

[dependencies.dirs]
version = "5.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.mimalloc]
version = "0.1"
optional = true

[dependencies.once_cell]
version = "1.19"

[dependencies.polars]
version = "0.45"
features = [
    "lazy",
    "parquet",
    "json",
    "sql",
]

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.xore-ai]
version = "1.0.3"

[dependencies.xore-config]
version = "1.0.3"

[dependencies.xore-core]
version = "1.0.3"

[dependencies.xore-process]
version = "1.0.3"

[dependencies.xore-search]
version = "1.0.3"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_System_Threading",
]