arora-types 1.0.9

Shared type definitions for the Semio Arora framework
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"
name = "arora-types"
version = "1.0.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared type definitions for the Semio Arora framework"
homepage = "https://github.com/semio-ai/arora-types"
readme = false
license = "MIT"
repository = "https://github.com/semio-ai/arora-types"

[lib]
name = "arora_types"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "test_new_conversions"
path = "examples/test_new_conversions.rs"

[dependencies.derive_more]
version = "2"
features = ["display"]

[dependencies.lazy_static]
version = "1"

[dependencies.semver]
version = "1"

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

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]

[dev-dependencies.json5]
version = "0.4"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.ron]
version = "0.12"

[dev-dependencies.serde_yaml]
version = "0.8"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.uuid]
version = "1"
features = [
    "js",
    "serde",
    "v4",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"