vyre-spec 0.7.0

Frozen data contracts for vyre - OpDef, AlgebraicLaw, Category, IntrinsicTable
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.85"
name = "vyre-spec"
version = "0.7.0"
authors = ["Santh Project <contact@santh.dev>"]
build = false
exclude = ["**/SKILL.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Frozen data contracts for vyre  -  OpDef, AlgebraicLaw, Category, IntrinsicTable"
homepage = "https://santh.dev"
documentation = "https://docs.rs/vyre-spec"
readme = "README.md"
keywords = [
    "gpu",
    "ir",
    "specification",
    "wgsl",
    "vyre",
]
categories = [
    "algorithms",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/santhreal/vyre"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[example]]
name = "vyre_spec_release_surface"
path = "examples/vyre_spec_release_surface.rs"

[[test]]
name = "algebraic_law_surface"
path = "tests/algebraic_law_surface.rs"

[[test]]
name = "capability_id_property_contracts"
path = "tests/capability_id_property_contracts.rs"

[[test]]
name = "catalog_completeness"
path = "tests/catalog_completeness.rs"

[[test]]
name = "category_property_contracts"
path = "tests/category_property_contracts.rs"

[[test]]
name = "collective_op_contracts"
path = "tests/collective_op_contracts.rs"

[[test]]
name = "collective_op_property_contracts"
path = "tests/collective_op_property_contracts.rs"

[[test]]
name = "collective_property_contracts"
path = "tests/collective_property_contracts.rs"

[[test]]
name = "comm_group_property_contracts"
path = "tests/comm_group_property_contracts.rs"

[[test]]
name = "cuda_resident_dispatch_hot_path_waivers"
path = "tests/cuda_resident_dispatch_hot_path_waivers.rs"

[[test]]
name = "data_type_generated_edge_matrix"
path = "tests/data_type_generated_edge_matrix.rs"

[[test]]
name = "data_type_generated_edge_matrix_support"
path = "tests/data_type_generated_edge_matrix_support.rs"

[[test]]
name = "data_type_layout_matrix"
path = "tests/data_type_layout_matrix.rs"

[[test]]
name = "data_type_min_bytes_property_contracts"
path = "tests/data_type_min_bytes_property_contracts.rs"

[[test]]
name = "data_type_packed_size_adversarial"
path = "tests/data_type_packed_size_adversarial.rs"

[[test]]
name = "data_type_property_contracts"
path = "tests/data_type_property_contracts.rs"

[[test]]
name = "data_type_surface"
path = "tests/data_type_surface.rs"

[[test]]
name = "data_type_wire_payload_invariance_generated"
path = "tests/data_type_wire_payload_invariance_generated.rs"

[[test]]
name = "extension_collective_category_contracts"
path = "tests/extension_collective_category_contracts.rs"

[[test]]
name = "extension_id_contracts"
path = "tests/extension_id_contracts.rs"

[[test]]
name = "extension_id_generated_matrix"
path = "tests/extension_id_generated_matrix.rs"

[[test]]
name = "extension_id_property_contracts"
path = "tests/extension_id_property_contracts.rs"

[[test]]
name = "frozen_discriminants"
path = "tests/frozen_discriminants.rs"

[[test]]
name = "generated_surface_matrix"
path = "tests/generated_surface_matrix.rs"

[[test]]
name = "intrinsic_descriptor_surface"
path = "tests/intrinsic_descriptor_surface.rs"

[[test]]
name = "invariant_catalog_generated_matrix"
path = "tests/invariant_catalog_generated_matrix.rs"

[[test]]
name = "invariant_catalog_surface"
path = "tests/invariant_catalog_surface.rs"

[[test]]
name = "invariant_property_contracts"
path = "tests/invariant_property_contracts.rs"

[[test]]
name = "op_contract_surface"
path = "tests/op_contract_surface.rs"

[[test]]
name = "op_signature_contract_generated"
path = "tests/op_signature_contract_generated.rs"

[[test]]
name = "op_signature_property_contracts"
path = "tests/op_signature_property_contracts.rs"

[[test]]
name = "op_wire_property_contracts"
path = "tests/op_wire_property_contracts.rs"

[[test]]
name = "operation_contract_property_contracts"
path = "tests/operation_contract_property_contracts.rs"

[[test]]
name = "semiring_property_contracts"
path = "tests/semiring_property_contracts.rs"

[[test]]
name = "semiring_surface"
path = "tests/semiring_surface.rs"

[[test]]
name = "serde_contract_surface"
path = "tests/serde_contract_surface.rs"

[[test]]
name = "spec_contract_errors"
path = "tests/spec_contract_errors.rs"

[[test]]
name = "static_vector_identity_contracts"
path = "tests/static_vector_identity_contracts.rs"

[[test]]
name = "sweep_wire_roundtrip_oracle_matrix"
path = "tests/sweep_wire_roundtrip_oracle_matrix.rs"

[[test]]
name = "sweep_wire_u32_volume_oracle_matrix"
path = "tests/sweep_wire_u32_volume_oracle_matrix.rs"

[[test]]
name = "test_descriptor_property_contracts"
path = "tests/test_descriptor_property_contracts.rs"

[[test]]
name = "test_descriptor_surface"
path = "tests/test_descriptor_surface.rs"

[[test]]
name = "wire_tag_reservation_manifest"
path = "tests/wire_tag_reservation_manifest.rs"

[[test]]
name = "wire_tag_surface"
path = "tests/wire_tag_surface.rs"

[dependencies.serde]
version = "=1.0.229"
features = [
    "derive",
    "rc",
]

[dependencies.smallvec]
version = "^1.15.1"
features = ["serde"]

[dev-dependencies.proptest]
version = "=1.11.0"

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
bind_instead_of_map = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
collapsible_if = "allow"
collapsible_match = "allow"
comparison_chain = "allow"
derivable_impls = "allow"
doc_lazy_continuation = "allow"
doc_overindented_list_items = "allow"
double_must_use = "allow"
dropping_copy_types = "allow"
erasing_op = "allow"
field_reassign_with_default = "allow"
identity_op = "allow"
if_same_then_else = "allow"
large_enum_variant = "allow"
manual_c_str_literals = "allow"
manual_div_ceil = "allow"
manual_map = "allow"
manual_range_contains = "allow"
manual_slice_size_calculation = "allow"
map_entry = "allow"
map_identity = "allow"
match_like_matches_macro = "allow"
match_single_binding = "allow"
needless_borrow = "allow"
needless_borrows_for_generic_args = "allow"
needless_lifetimes = "allow"
needless_range_loop = "allow"
nonminimal_bool = "allow"
option_map_or_none = "allow"
redundant_closure = "allow"
ref_option = "allow"
result_large_err = "allow"
slow_vector_initialization = "allow"
too_many_arguments = "allow"
unnecessary_lazy_evaluations = "allow"
unnecessary_map_on_constructor = "allow"
vec_init_then_push = "allow"

[lints.rust]
dead_code = "allow"
missing_docs = "deny"
unreachable_pub = "warn"
unsafe_code = "deny"
unused_variables = "allow"

[lints.rust.nonstandard_style]
level = "warn"
priority = -1

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    'cfg(feature, values("external_ifds_engine"))',
    'cfg(feature, values("external-baselines"))',
]

[lints.rustdoc]
broken_intra_doc_links = "deny"
private_intra_doc_links = "warn"