rsnext/packages/next-swc/crates/next-core/Cargo.toml
2022-10-10 22:21:30 +00:00

31 lines
902 B
TOML

[package]
name = "next-core"
version = "0.1.0"
edition = "2021"
[lib]
bench = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.47"
futures = "0.3.21"
indexmap = { workspace = true, features = ["serde"] }
mime = "0.3.16"
regex = "1.6.0"
serde = "1.0.136"
serde_json = "1.0.85"
serde_qs = "0.10.1"
tokio = { version = "1.11.0", features = ["full"] }
turbo-tasks = { path = "../turbo-tasks" }
turbo-tasks-env = { path = "../turbo-tasks-env" }
turbo-tasks-fs = { path = "../turbo-tasks-fs" }
turbopack = { path = "../turbopack" }
turbopack-core = { path = "../turbopack-core" }
turbopack-dev-server = { path = "../turbopack-dev-server" }
turbopack-ecmascript = { path = "../turbopack-ecmascript" }
turbopack-env = { path = "../turbopack-env" }
[build-dependencies]
turbo-tasks-build = { path = "../turbo-tasks-build" }