mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
* refactor: cleanup datafusion-pg-catalog dependencies Signed-off-by: Ning Sun <sunning@greptime.com> * chore: toml format * feat: update upstream --------- Signed-off-by: Ning Sun <sunning@greptime.com>
70 lines
1.8 KiB
TOML
70 lines
1.8 KiB
TOML
[package]
|
|
name = "catalog"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[features]
|
|
enterprise = []
|
|
testing = []
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
api.workspace = true
|
|
arrow.workspace = true
|
|
arrow-schema.workspace = true
|
|
async-stream.workspace = true
|
|
async-trait.workspace = true
|
|
bytes.workspace = true
|
|
common-base.workspace = true
|
|
common-catalog.workspace = true
|
|
common-error.workspace = true
|
|
common-event-recorder.workspace = true
|
|
common-frontend.workspace = true
|
|
common-macro.workspace = true
|
|
common-meta.workspace = true
|
|
common-procedure.workspace = true
|
|
common-query.workspace = true
|
|
common-recordbatch.workspace = true
|
|
common-runtime.workspace = true
|
|
common-telemetry.workspace = true
|
|
common-time.workspace = true
|
|
common-version.workspace = true
|
|
common-workload.workspace = true
|
|
dashmap.workspace = true
|
|
datafusion.workspace = true
|
|
datafusion-pg-catalog.workspace = true
|
|
datatypes.workspace = true
|
|
futures.workspace = true
|
|
futures-util.workspace = true
|
|
humantime.workspace = true
|
|
itertools.workspace = true
|
|
lazy_static.workspace = true
|
|
meta-client.workspace = true
|
|
moka = { workspace = true, features = ["future", "sync"] }
|
|
partition.workspace = true
|
|
paste.workspace = true
|
|
prometheus.workspace = true
|
|
promql-parser.workspace = true
|
|
rand.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
session.workspace = true
|
|
snafu.workspace = true
|
|
sql.workspace = true
|
|
store-api.workspace = true
|
|
table.workspace = true
|
|
tokio.workspace = true
|
|
tokio-stream.workspace = true
|
|
|
|
[dev-dependencies]
|
|
cache.workspace = true
|
|
catalog = { workspace = true, features = ["testing"] }
|
|
chrono.workspace = true
|
|
common-meta = { workspace = true, features = ["testing"] }
|
|
common-query = { workspace = true, features = ["testing"] }
|
|
object-store.workspace = true
|
|
tokio.workspace = true
|