cxon 0.1.4

C++ builder configured with JSON
# 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 = "2024"
name = "cxon"
version = "0.1.4"
authors = ["Cora"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C++ builder configured with JSON"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/CoraBlack/cxon"

[package.metadata.wix]
upgrade-guid = "11E0635E-8ADF-4DC6-B291-602D1DBE58A9"
path-guid = "14F25E20-94D6-4848-BEEE-F5DEF5F074AF"
license = false
eula = false

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

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.pathdiff]
version = "0.2.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.which]
version = "8"

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