vox-lang 0.4.8

A systems level compiler for Vox (sentence based code)
# 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"
rust-version = "1.71"
name = "vox-lang"
version = "0.4.8"
build = "build.rs"
exclude = [
    "tests/",
    "docs/",
    "vox-vscode/",
    ".github/",
    ".copr/",
    "vox.spec",
    "test.sh",
    "Makefile",
    "ROADMAP.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A systems level compiler for Vox (sentence based code)"
readme = "README.md"
keywords = [
    "compiler",
    "systems-programming",
    "assembly",
    "x86-64",
]
categories = [
    "compilers",
    "command-line-utilities",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/Vox-lang/vox"

[[package.metadata.generate-rpm.assets]]
source = "target/release/vox"
dest = "/usr/bin/vox"
mode = "755"

[[package.metadata.generate-rpm.assets]]
source = "coreasm/**/*"
dest = "/usr/share/vox/coreasm/"
mode = "644"

[[package.metadata.generate-rpm.assets]]
source = "LICENSE"
dest = "/usr/share/doc/vox/LICENSE"
mode = "644"
doc = true

[[package.metadata.generate-rpm.assets]]
source = "README.md"
dest = "/usr/share/doc/vox/README.md"
mode = "644"
doc = true

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

[dependencies.thiserror]
version = "2.0"

[profile.release]
opt-level = 3
lto = true