socratic 0.0.1

A dialog system for games in rust
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 = "socratic"
version = "0.0.1"
description = "A dialog system for games in rust"
license = "MIT OR Apache-2.0"
resolver = "2"

[dependencies.ciborium]
version = "0.2"
optional = true

[dependencies.ciborium-io]
version = "0.2"
optional = true

[dependencies.nom]
version = "7.1"
features = ["alloc"]

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

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.anyhow]
version = "1.0.57"

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

[dev-dependencies.test-log]
version = "0.2.10"
features = ["trace"]
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3.11"
features = [
    "env-filter",
    "fmt",
]
default-features = false

[features]
cbor = [
    "ciborium",
    "ciborium-io",
]
default = ["cbor"]