mfs-cli 0.4.0-beta.1

MFS CLI — shell-native client for Multi-source File-like Search
# 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 = "mfs-cli"
version = "0.4.0-beta.1"
authors = ["Cheney Zhang <chen.zhang@zilliz.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MFS CLI — shell-native client for Multi-source File-like Search"
homepage = "https://github.com/zilliztech/mfs"
readme = "README.md"
keywords = [
    "search",
    "semantic",
    "milvus",
    "agent",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/zilliztech/mfs"

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

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

[dependencies.flate2]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.toml]
version = "0.8"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
opt-level = 2