phasesmith-persistence 0.1.0

Canonical native project persistence and reporting for PhaseSmith
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.85"
name = "phasesmith-persistence"
version = "0.1.0"
authors = ["PhaseSmith contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical native project persistence and reporting for PhaseSmith"
homepage = "https://github.com/CPrescher/PhaseSmith"
readme = "README.md"
license = "MIT"
repository = "https://github.com/CPrescher/PhaseSmith"
resolver = "2"

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

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

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

[dependencies.flate2]
version = "1.1"
features = ["rust_backend"]
default-features = false

[dependencies.phasesmith-core]
version = "0.1.0"

[dependencies.phasesmith-engine]
version = "0.1.0"

[dependencies.phasesmith-execution]
version = "0.1.0"

[dependencies.phasesmith-model]
version = "0.1.0"

[dependencies.phasesmith-workflows]
version = "0.1.0"

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

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

[dependencies.sha2]
version = "=0.10.9"

[dependencies.zip]
version = "=5.1.1"
features = ["deflate-flate2"]
default-features = false

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

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

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"