commerce-theory 0.1.2

Runtime Rust mirror of the CommerceTheory Lean package
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 = "2024"
name = "commerce-theory"
version = "0.1.2"
authors = ["Yehor Smoliakov <egorsmkv@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime Rust mirror of the CommerceTheory Lean package"
readme = "README.md"
license = "MIT"

[features]
default = []
serde = [
    "dep:serde",
    "time/serde",
]

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

[[test]]
name = "coverage"
path = "tests/coverage.rs"

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

[dependencies.time]
version = "0.3"

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