# 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 = "2021" name = "photonio-uring" version = "0.0.5" authors = ["The PhotonIO Authors"] description = "A PhotonIO implementation based on io_uring." homepage = "https://photondb.io" license = "MIT" repository = "https://github.com/photondb/photonio" resolver = "1" [target."cfg(target_os = \"linux\")".dependencies.futures] version = "0.3" [target."cfg(target_os = \"linux\")".dependencies.io-uring] version = "0.5" features = ["unstable"] [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2" [target."cfg(target_os = \"linux\")".dependencies.log] version = "0.4" [target."cfg(target_os = \"linux\")".dependencies.num_cpus] version = "1.13" [target."cfg(target_os = \"linux\")".dependencies.photonio-base] version = "0.0.5" [target."cfg(target_os = \"linux\")".dependencies.scoped-tls] version = "1.0" [target."cfg(target_os = \"linux\")".dependencies.slab] version = "0.4" [target."cfg(target_os = \"linux\")".dependencies.socket2] version = "0.4" features = ["all"]