roc/roc_std/Cargo.toml
2022-06-08 15:53:39 +02:00

26 lines
498 B
TOML

[package]
authors = ["The Roc Contributors"]
description = "Rust representations of Roc data structures"
edition = "2021"
license = "UPL-1.0"
name = "roc_std"
readme = "README.md"
repository = "https://github.com/rtfeldman/roc"
version = "0.1.0"
[dependencies]
static_assertions = "0.1"
arrayvec = "0.7.2"
[dev-dependencies]
indoc = "1.0.3"
pretty_assertions = "1.0.0"
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"
libc = "0.2.106"
[features]
default = ["platform"]
platform = []
no_std = []