spade-types 0.16.0

Helper crate for https://spade-lang.org/
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"
rust-version = "1.88"
name = "spade-types"
version = "0.16.0"
authors = ["TheZoq2 <frans.skarman@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper crate for https://spade-lang.org/"
homepage = "https://spade-lang.org"
readme = false
license = "EUPL-1.2"
repository = "https://gitlab.com/spade-lang/spade"

[lib]
name = "spade_types"
path = "src/lib.rs"
doctest = false

[dependencies.num]
version = "0.4.0"
features = ["serde"]

[dependencies.rustc-hash]
version = "2.1"

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

[dependencies.spade-common]
version = "0.16.0"