[package] name = "roc_load" version = "0.1.0" authors = ["The Roc Contributors"] license = "UPL-1.0" edition = "2018" [dependencies] roc_collections = { path = "../collections" } roc_region = { path = "../region" } roc_module = { path = "../module" } roc_types = { path = "../types" } roc_can = { path = "../can" } roc_constrain = { path = "../constrain" } roc_builtins = { path = "../builtins" } roc_problem = { path = "../problem" } roc_unify = { path = "../unify" } roc_parse = { path = "../parse" } roc_solve = { path = "../solve" } roc_mono = { path = "../mono" } roc_reporting = { path = "../reporting" } ven_pretty = { path = "../../vendor/pretty" } bumpalo = { version = "3.6.1", features = ["collections"] } inlinable_string = "0.1" parking_lot = { version = "0.11", features = ["deadlock_detection"] } crossbeam = "0.7" num_cpus = "1" [dev-dependencies] tempfile = "3.1.0" pretty_assertions = "0.5.1" maplit = "1.0.1" indoc = "0.3.3" quickcheck = "0.8" quickcheck_macros = "0.8"