# 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 = "smol-potat" version = "1.1.2" authors = ["YuWeiWu "] description = "Proc macro for smol runtime." homepage = "https://github.com/wusyong/smol-potat" documentation = "https://docs.rs/smol-potat" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/wusyong/smol-potat" [dependencies.async-io] version = "1.3" [dependencies.num_cpus] version = "1.13" optional = true [dependencies.smol-potat-macro] version = "0.6" [dev-dependencies.smol] version = "1.2" [features] auto = ["smol-potat-macro/auto", "num_cpus"]