# 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 = "corundum" version = "0.4.1" 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.1" [dependencies.impl-trait-for-tuples] version = "0.2.0" [dependencies.libc] version = "0.2.82" [dependencies.memmap] version = "0.7.0" [dependencies.num] version = "0.4.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.rand] version = "0.8.4" [dependencies.regex] version = "1.5.4" [dependencies.term-painter] version = "0.3.0" [features] cbindings = [] check_access_violation = [] check_allocator_cyclic_links = [] check_double_free = [] default = ["cbindings"] no_dyn_borrow_checking = [] no_flush_alloc = [] no_flush_updates = [] no_log_rc = [] no_persist = [] no_pthread = [] pin_journals = [] replace_with_log = [] stat_footprint = [] stat_log = [] stat_perf = [] stat_print_flushes = [] use_clflushopt = [] use_clwb = [] use_msync = [] use_ntstore = [] use_pspd = [] use_vspd = [] verbose = []