hmd-profile-progress 0.1.0-alpha.8

Official progress profile validation and schema support for Human Markdown
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.80"
name = "hmd-profile-progress"
version = "0.1.0-alpha.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official progress profile validation and schema support for Human Markdown"
readme = false
license = "MIT"
repository = "https://github.com/VrianCao/hmd"

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

[dependencies.hmd-core]
version = "=0.1.0-alpha.8"

[dependencies.schemars]
version = "0.8.22"

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

[dependencies.serde_json]
version = "1.0.145"