[package]
edition = "2021"
rust-version = "1.83"
name = "tidepool-bridge"
version = "0.1.0"
authors = ["Inanna Malick <inanna@recursion.wtf>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bridge between Rust types and Tidepool Core values"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tidepool-heavy-industries/tidepool"
[lib]
name = "tidepool_bridge"
path = "src/lib.rs"
[[test]]
name = "error_cases"
path = "tests/error_cases.rs"
[[test]]
name = "proptest_text"
path = "tests/proptest_text.rs"
[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"
[dependencies.serde_json]
version = "1"
[dependencies.tidepool-eval]
version = "0.1.0"
[dependencies.tidepool-repr]
version = "0.1.0"
[dev-dependencies.proptest]
version = "1"