Current section

Files

Jump to
mungo gleam.toml
Raw

gleam.toml

name = "mungo"
target = "erlang"
version = "0.23.0"
description = "A MongoDB driver for Gleam (formerly gleam_mongo)"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
links = [
{title = "Gleam", href = "https://gleam.run"},
{title = "MongoDB", href = "https://www.mongodb.com"},
{title = "bison", href = "https://hexdocs.pm/bison"},
]
repository = {type = "github", user = "massivefermion", repo = "mungo"}
internal_modules = [
"mungo/tcp",
"mungo/scram",
"mungo/cursor",
"mungo/client",
]
[dependencies]
bison = "~> 0.31"
gleam_crypto = "~> 0.5"
gleam_erlang = "~> 0.23"
gleam_otp = "~> 0.8"
gleam_stdlib = "~> 0.32"
mug = "~> 0.2"
[dev-dependencies]
gleeunit = "~> 1.0"