chryso-optimizer 0.0.2

Chryso optimizer crate.
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 = "2024"
name = "chryso-optimizer"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chryso optimizer crate."
homepage = "https://github.com/hawkingrei/chryso"
documentation = "https://docs.rs/chryso-optimizer"
readme = false
license = "Apache-2.0"
repository = "https://github.com/hawkingrei/chryso"

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

[dependencies.chryso-core]
version = "0.0.2"

[dependencies.chryso-metadata]
version = "0.0.2"

[dependencies.chryso-planner]
version = "0.0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dev-dependencies.chryso-parser]
version = "0.0.2"