# 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" version = "0.0.5" authors = ["The PhotonIO Authors"] description = "A runtime for asynchronous applications." homepage = "https://photondb.io" license = "MIT" repository = "https://github.com/photondb/photonio" resolver = "1" [dependencies.photonio-macros] version = "0.0.5" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.futures] version = "0.3.25" [dev-dependencies.log] version = "0.4.17" [features] default = ["uring"] tokio = ["dep:photonio-tokio"] uring = ["dep:photonio-uring"] [target."cfg(not(target_os = \"linux\"))".dependencies.photonio-tokio] version = "0.0.5" [target."cfg(target_os = \"linux\")".dependencies.photonio-tokio] version = "0.0.5" optional = true [target."cfg(target_os = \"linux\")".dependencies.photonio-uring] version = "0.0.5" optional = true