fracpack 0.23.0

Convert to and from the fracpack format
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.64"
name = "fracpack"
version = "0.23.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert to and from the fracpack format"
homepage = "https://psibase.io"
readme = false
license = "MIT"
repository = "https://github.com/gofractally/psibase"

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

[dependencies.custom_error]
version = "1.9.2"

[dependencies.hex]
version = "0.3.1"

[dependencies.indexmap]
version = "2.2.6"
features = [
    "std",
    "serde",
]

[dependencies.psibase-rust-workspace-hack]
version = "0.2.0"

[dependencies.psibase_macros]
version = "0.23.0"

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

[dependencies.serde-aux]
version = "4.5"

[dependencies.serde_json]
version = "1.0.135"
features = ["preserve_order"]