2021-02-16 15:53:35 +08:00
|
|
|
[package]
|
|
|
|
publish = false
|
|
|
|
name = "rust-cache"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Arpad Borsos <arpad.borsos@googlemail.com>"]
|
2022-07-09 23:17:14 +08:00
|
|
|
edition = "2021"
|
2021-02-16 15:53:35 +08:00
|
|
|
|
2022-07-09 23:17:14 +08:00
|
|
|
[dependencies]
|
2024-03-24 17:00:25 +08:00
|
|
|
reqwest = "0.12.1"
|
|
|
|
jsonpath_lib_polars_vendor = "0.0.1"
|
2022-09-04 18:03:43 +08:00
|
|
|
watto = { git = "https://github.com/getsentry/watto", rev = "d71c8218506bddba102a124a460d64da25e303dc", features = ["strings"] }
|
2023-07-31 22:34:21 +08:00
|
|
|
|
2023-09-13 01:32:03 +08:00
|
|
|
[dev-dependencies]
|
|
|
|
trybuild = "1"
|
|
|
|
|
2023-07-31 22:34:21 +08:00
|
|
|
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
2023-08-02 18:47:24 +08:00
|
|
|
tikv-jemallocator = "0.5.4"
|