sage-codegen 2.1.0

Code generator for compiling Sage to Rust
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 = "2021"
name = "sage-codegen"
version = "2.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generator for compiling Sage to Rust"
readme = false
license = "MIT"
repository = "https://github.com/sagelang/sage"

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

[dependencies.sage-loader]
version = "2.1.0"

[dependencies.sage-parser]
version = "2.1.0"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
approx_constant = "allow"
collapsible_match = "allow"
ptr_arg = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"