svod-dtype 0.1.0-alpha.3

Type system for the Svod ML compiler
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 = "svod-dtype"
version = "0.1.0-alpha.3"
authors = ["Patsakula Nikita <nikita.patsakula@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type system for the Svod ML compiler"
readme = "README.md"
license = "MIT"
repository = "https://github.com/npatsakula/svod"

[features]
default = [
    "proptest",
    "serde",
]
proptest = [
    "dep:proptest",
    "dep:proptest-derive",
]
serde = ["dep:serde"]

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

[dependencies.enumset]
version = "1.1"

[dependencies.proptest]
version = "1.9"
optional = true

[dependencies.proptest-derive]
version = "0.7"
optional = true

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

[dependencies.strum]
version = "0.27"
features = ["derive"]