sysprims-core 0.2.3

Core types, errors, and platform abstractions for sysprims
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.0"
name = "sysprims-core"
version = "0.2.3"
authors = ["3leaps Architecture Council"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, errors, and platform abstractions for sysprims"
homepage = "https://github.com/3leaps/sysprims"
documentation = "https://docs.rs/sysprims-core"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/3leaps/sysprims"

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

[dependencies.rsfulmen]
version = "=0.1.5"
features = ["foundry-core"]
default-features = false

[dependencies.thiserror]
version = "1.0"

[dependencies.time]
version = "0.3"
features = ["formatting"]