# This file is generated by `cargo hakari`. # To regenerate, run: # cargo hakari generate [package] name = "workspace-hack" description = "workspace-hack package, managed by hakari" publish = false version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true # The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments # are managed by hakari. ### BEGIN HAKARI SECTION [dependencies] ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] } arrow = { version = "34", features = ["dyn_cmp_dict", "prettyprint"] } arrow-flight = { version = "34", features = ["flight-sql-experimental"] } arrow-ord = { version = "34", default-features = false, features = ["dyn_cmp_dict"] } arrow-string = { version = "34", default-features = false, features = ["dyn_cmp_dict"] } base64-594e8ee84c453af0 = { package = "base64", version = "0.13" } base64-647d43efb71741da = { package = "base64", version = "0.21" } bitflags = { version = "1" } byteorder = { version = "1" } bytes = { version = "1" } chrono = { version = "0.4", default-features = false, features = ["alloc", "clock", "serde"] } crossbeam-utils = { version = "0.8" } crypto-common = { version = "0.1", default-features = false, features = ["std"] } datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev = "deeaa5632ed99a58b91767261570756db736d158" } digest = { version = "0.10", features = ["mac", "std"] } either = { version = "1" } fixedbitset = { version = "0.4" } flatbuffers = { version = "23" } flate2 = { version = "1" } futures-channel = { version = "0.3", features = ["sink"] } futures-core = { version = "0.3" } futures-executor = { version = "0.3" } futures-io = { version = "0.3" } futures-sink = { version = "0.3" } futures-task = { version = "0.3", default-features = false, features = ["std"] } futures-util = { version = "0.3", features = ["channel", "io", "sink"] } getrandom = { version = "0.2", default-features = false, features = ["std"] } hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13", features = ["raw"] } hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features = ["raw"] } indexmap = { version = "1", default-features = false, features = ["std"] } itertools = { version = "0.10" } libc = { version = "0.2", features = ["extra_traits"] } lock_api = { version = "0.4", default-features = false, features = ["arc_lock"] } log = { version = "0.4", default-features = false, features = ["std"] } md-5 = { version = "0.10" } memchr = { version = "2" } nom = { version = "7" } num-integer = { version = "0.1", default-features = false, features = ["i128", "std"] } num-traits = { version = "0.2", features = ["i128", "libm"] } object_store = { version = "0.5", default-features = false, features = ["aws", "azure", "gcp"] } once_cell = { version = "1", features = ["parking_lot"] } parking_lot = { version = "0.12", features = ["arc_lock"] } parquet = { version = "34", features = ["async", "experimental"] } petgraph = { version = "0.6" } phf_shared = { version = "0.11" } predicates = { version = "2" } prost = { version = "0.11" } prost-types = { version = "0.11" } rand = { version = "0.8", features = ["small_rng"] } rand_core = { version = "0.6", default-features = false, features = ["std"] } regex = { version = "1" } regex-syntax = { version = "0.6" } reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls", "stream"] } ring = { version = "0.16", features = ["std"] } rustls = { version = "0.20", features = ["dangerous_configuration"] } serde = { version = "1", features = ["derive", "rc"] } serde_json = { version = "1", features = ["raw_value"] } sha2 = { version = "0.10" } similar = { version = "2", features = ["inline"] } smallvec = { version = "1", default-features = false, features = ["union"] } sqlx = { version = "0.6", features = ["json", "postgres", "runtime-tokio-rustls", "sqlite", "tls", "uuid"] } sqlx-core = { version = "0.6", default-features = false, features = ["any", "migrate", "postgres", "runtime-tokio-rustls", "sqlite", "uuid"] } thrift = { version = "0.17" } tokio = { version = "1", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1", features = ["fs", "net"] } tokio-util = { version = "0.7", features = ["codec", "compat", "io"] } tonic = { version = "0.8", features = ["tls-webpki-roots"] } tower = { version = "0.4", features = ["balance", "buffer", "limit", "timeout", "util"] } tracing = { version = "0.1", features = ["log", "max_level_trace", "release_max_level_trace"] } tracing-core = { version = "0.1" } tracing-log = { version = "0.1" } tracing-subscriber = { version = "0.3", features = ["env-filter", "json", "parking_lot"] } url = { version = "2" } uuid = { version = "1", features = ["v4"] } zstd = { version = "0.12" } zstd-safe = { version = "6", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder"] } zstd-sys = { version = "2", default-features = false, features = ["legacy", "std", "zdict_builder"] } [build-dependencies] base64-594e8ee84c453af0 = { package = "base64", version = "0.13" } base64-647d43efb71741da = { package = "base64", version = "0.21" } bitflags = { version = "1" } byteorder = { version = "1" } bytes = { version = "1" } cc = { version = "1", default-features = false, features = ["parallel"] } crossbeam-utils = { version = "0.8" } crypto-common = { version = "0.1", default-features = false, features = ["std"] } digest = { version = "0.10", features = ["mac", "std"] } either = { version = "1" } fixedbitset = { version = "0.4" } futures-channel = { version = "0.3", features = ["sink"] } futures-core = { version = "0.3" } futures-executor = { version = "0.3" } futures-io = { version = "0.3" } futures-sink = { version = "0.3" } futures-task = { version = "0.3", default-features = false, features = ["std"] } futures-util = { version = "0.3", features = ["channel", "io", "sink"] } getrandom = { version = "0.2", default-features = false, features = ["std"] } hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features = ["raw"] } heck = { version = "0.4", features = ["unicode"] } indexmap = { version = "1", default-features = false, features = ["std"] } itertools = { version = "0.10" } libc = { version = "0.2", features = ["extra_traits"] } lock_api = { version = "0.4", default-features = false, features = ["arc_lock"] } log = { version = "0.4", default-features = false, features = ["std"] } md-5 = { version = "0.10" } memchr = { version = "2" } nom = { version = "7" } num-traits = { version = "0.2", features = ["i128", "libm"] } once_cell = { version = "1", features = ["parking_lot"] } parking_lot = { version = "0.12", features = ["arc_lock"] } petgraph = { version = "0.6" } phf_shared = { version = "0.11" } prost = { version = "0.11" } prost-types = { version = "0.11" } rand = { version = "0.8", features = ["small_rng"] } rand_core = { version = "0.6", default-features = false, features = ["std"] } regex = { version = "1" } regex-syntax = { version = "0.6" } ring = { version = "0.16", features = ["std"] } rustls = { version = "0.20", features = ["dangerous_configuration"] } serde = { version = "1", features = ["derive", "rc"] } serde_json = { version = "1", features = ["raw_value"] } sha2 = { version = "0.10" } smallvec = { version = "1", default-features = false, features = ["union"] } sqlx-core = { version = "0.6", default-features = false, features = ["any", "migrate", "postgres", "runtime-tokio-rustls", "sqlite", "uuid"] } sqlx-macros = { version = "0.6", default-features = false, features = ["json", "migrate", "postgres", "runtime-tokio-rustls", "sqlite", "uuid"] } syn = { version = "1", features = ["extra-traits", "full", "visit", "visit-mut"] } tokio = { version = "1", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1", features = ["fs", "net"] } tonic-build = { version = "0.8" } url = { version = "2" } uuid = { version = "1", features = ["v4"] } [target.x86_64-unknown-linux-gnu.dependencies] io-lifetimes = { version = "1" } nix = { version = "0.26" } once_cell = { version = "1", default-features = false, features = ["unstable"] } rustix = { version = "0.36", features = ["fs", "termios"] } [target.x86_64-unknown-linux-gnu.build-dependencies] io-lifetimes = { version = "1" } once_cell = { version = "1", default-features = false, features = ["unstable"] } rustix = { version = "0.36", features = ["fs", "termios"] } [target.x86_64-apple-darwin.dependencies] io-lifetimes = { version = "1" } nix = { version = "0.26" } once_cell = { version = "1", default-features = false, features = ["unstable"] } rustix = { version = "0.36", features = ["fs", "termios"] } [target.x86_64-apple-darwin.build-dependencies] io-lifetimes = { version = "1" } once_cell = { version = "1", default-features = false, features = ["unstable"] } rustix = { version = "0.36", features = ["fs", "termios"] } [target.aarch64-apple-darwin.dependencies] io-lifetimes = { version = "1" } nix = { version = "0.26" } once_cell = { version = "1", default-features = false, features = ["unstable"] } rustix = { version = "0.36", features = ["fs", "termios"] } [target.aarch64-apple-darwin.build-dependencies] io-lifetimes = { version = "1" } once_cell = { version = "1", default-features = false, features = ["unstable"] } rustix = { version = "0.36", features = ["fs", "termios"] } [target.x86_64-pc-windows-msvc.dependencies] once_cell = { version = "1", default-features = false, features = ["unstable"] } scopeguard = { version = "1" } winapi = { version = "0.3", default-features = false, features = ["activation", "basetsd", "combaseapi", "consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "knownfolders", "minwinbase", "minwindef", "ntsecapi", "ntstatus", "objbase", "processenv", "roapi", "shellapi", "shlobj", "std", "stringapiset", "synchapi", "timezoneapi", "winbase", "wincon", "winerror", "winnt", "winreg", "winstring", "winuser", "ws2ipdef", "ws2tcpip", "wtypesbase"] } windows-sys-53888c27b7ba5cf4 = { package = "windows-sys", version = "0.45", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] } windows-sys-b32c9ddb6d93a9d2 = { package = "windows-sys", version = "0.42", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse"] } [target.x86_64-pc-windows-msvc.build-dependencies] once_cell = { version = "1", default-features = false, features = ["unstable"] } scopeguard = { version = "1" } winapi = { version = "0.3", default-features = false, features = ["activation", "basetsd", "combaseapi", "consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "knownfolders", "minwinbase", "minwindef", "ntsecapi", "ntstatus", "objbase", "processenv", "roapi", "shellapi", "shlobj", "std", "stringapiset", "synchapi", "timezoneapi", "winbase", "wincon", "winerror", "winnt", "winreg", "winstring", "winuser", "ws2ipdef", "ws2tcpip", "wtypesbase"] } windows-sys-53888c27b7ba5cf4 = { package = "windows-sys", version = "0.45", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] } windows-sys-b32c9ddb6d93a9d2 = { package = "windows-sys", version = "0.42", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse"] } ### END HAKARI SECTION