crates/cli/ents-web/Cargo.toml
Cargo.tomlhistorycomment on this file
| 1 | [package] |
| 2 | name = "ents-web" |
| 3 | version = "0.0.0" |
| 4 | edition.workspace = true |
| 5 | publish.workspace = true |
| 6 | license.workspace = true |
| 7 | |
| 8 | [dependencies] |
| 9 | acdc-converters-core = { workspace = true } |
| 10 | acdc-converters-html = { workspace = true } |
| 11 | acdc-parser = { workspace = true } |
| 12 | arborium = { workspace = true } |
| 13 | ents-anchor = { workspace = true } |
| 14 | ents-effect = { workspace = true } |
| 15 | ents-forge = { workspace = true } |
| 16 | ents-gate = { workspace = true } |
| 17 | ents-kiln = { workspace = true } |
| 18 | ents-model = { workspace = true } |
| 19 | ents-query = { workspace = true } |
| 20 | ents-receive = { workspace = true } |
| 21 | facet = { workspace = true } |
| 22 | facet-git-tree = { workspace = true } |
| 23 | facet-reflect = "0.50.0-rc.5" |
| 24 | futures-util = { version = "0.3", default-features = false, features = ["alloc"] } |
| 25 | getrandom = { workspace = true } |
| 26 | gix = { workspace = true } |
| 27 | gix-hash = { workspace = true } |
| 28 | gix-object = { workspace = true } |
| 29 | gix-ref-store = { workspace = true } |
| 30 | axum = { workspace = true } |
| 31 | maud = { workspace = true } |
| 32 | pulldown-cmark = { workspace = true } |
| 33 | serde = { version = "1", features = ["derive"] } |
| 34 | ssh-key = { workspace = true } |
| 35 | thiserror = { workspace = true } |
| 36 | tokio = { workspace = true } |
| 37 | |
| 38 | [dev-dependencies] |
| 39 | ents-testutil = { workspace = true } |
| 40 | http-body-util = "0.1" |
| 41 | rstest = { workspace = true } |
| 42 | tempfile = { workspace = true } |
| 43 | tower = { version = "0.5", default-features = false, features = ["util"] } |
| 44 | |
| 45 | [lints] |
| 46 | workspace = true |