rift-types 0.18.0

Shared core types for the Rift workspace (imposters, stubs, predicates).
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"
rust-version = "1.92"
name = "rift-types"
version = "0.18.0"
authors = ["Rift Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared core types for the Rift workspace (imposters, stubs, predicates)."
homepage = "https://github.com/achird-labs/rift"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/achird-labs/rift"
resolver = "2"

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

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

[dependencies.serde_json]
version = "1.0"
features = ["float_roundtrip"]

[lints.clippy]
all = "warn"
manual_let_else = "warn"
uninlined_format_args = "warn"
unnecessary_map_or = "warn"