Sha256: bdf2a5b0abfe805fa4cb0ac609a246758299f051985da5757428223602ab0e5b

Contents?: true

Size: 1.15 KB

Versions: 9

Compression:

Stored size: 1.15 KB

Contents

[package]
name = "fast_mmaped_file_rs"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
prost = "0.12"
prost-types = "0.12"
hashbrown = "0.14"
varint-rs = "2.2.0"
itertools = "0.11.0"
libc = "0.2"
magnus = { version = "0.6", features = ["rb-sys"] }
memmap2 = "0.9"
# v0.26 cannot be built on CentOS 7 https://github.com/nix-rust/nix/issues/1972
nix = { version = "0.25", features = ["mman"] } # mman used for MsFlags
rb-sys = { version = "0.9", features = ["stable-api-compiled-fallback"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["raw_value"] }
smallvec = { version = "1.10", features = ["serde"] }
thiserror = "1.0"

[dev-dependencies]
bstr = "1.9"
indoc = "2.0"
# We need the `embed` feature to run tests, but this triggers failures when building as a Gem.
magnus = { version = "0.6", features = ["rb-sys","embed"] }
rand = "0.8"
sha2 = "0.10"
tempfile = "3.9"

[build-dependencies]
rb-sys-env = "0.1"
prost-build = "0.12"

[lib]
# Integration tests won't work if crate is only `cdylib`.
crate-type = ["cdylib","lib"]

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
vinted-prometheus-client-mmap-1.7.0 ext/fast_mmaped_file_rs/Cargo.toml
vinted-prometheus-client-mmap-1.7.0-x86_64-linux ext/fast_mmaped_file_rs/Cargo.toml
vinted-prometheus-client-mmap-1.6.0 ext/fast_mmaped_file_rs/Cargo.toml
vinted-prometheus-client-mmap-1.6.0-x86_64-linux ext/fast_mmaped_file_rs/Cargo.toml
vinted-prometheus-client-mmap-1.5.0-x86_64-linux ext/fast_mmaped_file_rs/Cargo.toml
vinted-prometheus-client-mmap-1.4.0 ext/fast_mmaped_file_rs/Cargo.toml
vinted-prometheus-client-mmap-1.3.0 ext/fast_mmaped_file_rs/Cargo.toml
vinted-prometheus-client-mmap-1.2.2 ext/fast_mmaped_file_rs/Cargo.toml
vinted-prometheus-client-mmap-1.2.1 ext/fast_mmaped_file_rs/Cargo.toml