# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "crndm" version = "0.1.0" authors = ["Morteza Hoseinzadeh", "Steven Swanson"] description = "Persistent Programming Library" documentation = "https://nvsl.github.io/Corundum/" readme = "README.md" keywords = ["pmem", "persistent", "memory", "pmdk"] categories = ["development-tools", "memory-management", "hardware-support"] license = "MIT" repository = "https://github.com/NVSL/Corundum" [dependencies.crndm_derive] version = "0.1.0" [dependencies.impl-trait-for-tuples] version = "0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.81" [dependencies.memmap] version = "0.7.0" [dependencies.num] version = "0.3.1" [dependencies.num_cpus] version = "1.13.0" [dependencies.rand] version = "0.7.3" [dependencies.regex] version = "1.3.9" [dependencies.term-painter] version = "0.3.0" [features] access_violation_check = [] capture_footprint = [] concurrent_pools = [] cyclic_link_check = [] default = ["pthread", "use_clflushopt"] display_all_flushes = [] no_flush_alloc = [] no_flush_updates = [] no_log_rc = [] no_persist = [] pin_journals = [] pthread = [] use_clflushopt = [] use_clwb = [] use_msync = [] verbose = []