embeddenator-cli 0.21.1

CLI interface for Embeddenator holographic computing substrate
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"
name = "embeddenator-cli"
version = "0.21.1"
authors = ["Tyler Zervas <tz-dev@vectorweight.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI interface for Embeddenator holographic computing substrate"
homepage = "https://github.com/tzervas/embeddenator"
documentation = "https://docs.rs/embeddenator-cli"
readme = "README.md"
keywords = [
    "vsa",
    "holographic",
    "cli",
    "engram",
    "vector-symbolic",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/tzervas/embeddenator"

[features]
default = []
fuse = ["embeddenator-fs/fuse"]

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

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

[dependencies.anyhow]
version = ">=1.0, <2.0"

[dependencies.bincode]
version = ">=1.3, <2.0"

[dependencies.clap]
version = ">=4.5, <5.0"
features = ["derive"]

[dependencies.embeddenator-fs]
version = ">=0.23.0, <1.0.0"

[dependencies.embeddenator-io]
version = ">=0.21.0, <1.0.0"

[dependencies.embeddenator-retrieval]
version = ">=0.21.0, <1.0.0"

[dependencies.embeddenator-vsa]
version = ">=0.21.0, <1.0.0"

[dependencies.serde]
version = ">=1.0, <2.0"
features = ["derive"]

[dependencies.serde_json]
version = ">=1.0, <2.0"

[dependencies.walkdir]
version = ">=2.5, <3.0"