# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rustposix_rup" version = "0.1.0" authors = [ "Nicholas Smith Renner ", "Jonathan Eli Singer ", "Tristan J. Brigham ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rust posix crate" readme = "README.md" license = "MIT" [lib] name = "rustposix_rup" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" test = true [[bin]] name = "lind_fs_utils" path = "src/tools/fs_utils.rs" [[bin]] name = "rustposix_rup" path = "src/main.rs" [[bench]] name = "gen_getid" path = "benches/gen_getid.rs" harness = false [[bench]] name = "fs_open_close" path = "benches/fs_open_close.rs" harness = false [[bench]] name = "fs_read_write" path = "benches/fs_read_write.rs" harness = false [[bench]] name = "fs_read_write_seek" path = "benches/fs_read_write_seek.rs" harness = false [[bench]] name = "global_criterion_settings" path = "benches/global_criterion_settings.rs" [dependencies.dashmap] version = "5.1" features = ["serde"] [dependencies.libc] version = "0.2" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8.4" [dependencies.ringbuf] version = "0.2.6" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_cbor] version = "0.10" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.grcov] version = "0.8.19" [dev-dependencies.tempfile] version = "3.2.0"