rustd_cli 0.2.0

Command-line interface for RustD compiler
# 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 = "rustd_cli"
version = "0.2.0"
authors = ["RustD Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for RustD compiler"
readme = false
license = "Apache-2.0"

[features]
cpu = ["rustd_core/cpu"]
cuda = ["rustd_core/cuda"]
default = [
    "cpu",
    "llvm",
]
llvm = [
    "rustd_backend_llvm",
    "inkwell",
]
metal = ["rustd_core/metal"]
vulkan = ["rustd_core/vulkan"]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

[dependencies.chrono]
version = "0.4"

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

[dependencies.hex]
version = "0.4"

[dependencies.inferno]
version = "0.11"

[dependencies.inkwell]
version = "0.5.0"
features = ["llvm18-0"]
optional = true

[dependencies.pprof]
version = "0.13"
features = [
    "flamegraph",
    "criterion",
]

[dependencies.rustd_backend_llvm]
version = "0.2.0"
optional = true

[dependencies.rustd_compiler]
version = "0.2.0"

[dependencies.rustd_core]
version = "0.2.0"

[dependencies.rustd_runtime]
version = "0.2.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"