magika-cli 1.0.2

Determines file content types using AI
# 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 = "magika-cli"
version = "1.0.2"
authors = ["Magika Developers <magika-dev@google.com>"]
build = false
include = [
    "/LICENSE",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Determines file content types using AI"
homepage = "https://securityresearch.google/magika"
readme = "README.md"
keywords = [
    "cli",
    "file",
    "magic",
]
categories = [
    "command-line-utilities",
    "filesystem",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/google/magika"

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

[dependencies.anyhow]
version = "1.0.86"

[dependencies.async-channel]
version = "2.3.1"

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

[dependencies.colored]
version = "3.0.0"

[dependencies.magika]
version = "=1.0.1"
features = ["serde"]

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.ort]
version = "=2.0.0-rc.11"

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

[dependencies.serde_json]
version = "1.0.120"

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

[profile.dist]
inherits = "release"

[profile.release]
lto = true
codegen-units = 1