2025-07-21 10:57:23 -07:00
|
|
|
[package]
|
|
|
|
|
name = "mdbook-core"
|
2025-11-19 17:34:52 -08:00
|
|
|
version = "0.5.1"
|
2025-07-21 10:57:23 -07:00
|
|
|
description = "The base support library for mdbook, intended for internal use only"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-07-21 11:37:46 -07:00
|
|
|
anyhow.workspace = true
|
2025-07-21 12:20:21 -07:00
|
|
|
regex.workspace = true
|
2025-07-21 13:26:57 -07:00
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2025-07-21 12:20:21 -07:00
|
|
|
toml.workspace = true
|
2025-09-12 06:13:45 -07:00
|
|
|
tracing.workspace = true
|
2025-07-21 12:20:21 -07:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
tempfile.workspace = true
|
2025-07-21 10:57:23 -07:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|