gleam.toml

name = "lattice_maps"
version = "1.0.0"
description = "Last-writer-wins and observed-remove maps for Gleam — conflict-free replicated map types with generic value support"
licences = ["MIT"]
repository = { type = "github", user = "tylerbutler", repo = "lattice" }
gleam = ">= 1.7.0"

[dependencies]
gleam_stdlib = ">= 0.48.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
lattice_core = ">= 1.0.0 and < 2.0.0"
lattice_counters = ">= 1.0.0 and < 2.0.0"
lattice_registers = ">= 1.0.0 and < 2.0.0"
lattice_sets = ">= 1.0.0 and < 2.0.0"

[dev-dependencies]
startest = ">= 0.8.0 and < 1.0.0"
qcheck = ">= 1.0.0 and < 2.0.0"