| license = "MIT OR Apache-2.0" |
| object = { version = "0.28.3", default-features = false, features = [ |
| serde = { version = "1.0.136", features = ["derive"] } |
| serde_json = { version = "1.0.79", features = ["unbounded_depth"] } |
| paths = { path = "../paths", version = "0.0.0" } |
| tt = { path = "../tt", version = "0.0.0" } |
| stdx = { path = "../stdx", version = "0.0.0" } |
| profile = { path = "../profile", version = "0.0.0" } |
| # Intentionally *not* depend on anything salsa-related |
| # base_db = { path = "../base_db", version = "0.0.0" } |