# 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 = "ice_code" version = "0.1.4" authors = ["zack.slayton@gmail.com"] description = "A macro to mark code paths as cold, allowing the common case to be inlined." homepage = "https://github.com/zslayton/ice_code" documentation = "https://docs.rs/ice_code" readme = "README.md" keywords = [ "optimize", "optimization", "inline", "inlining", "cold", ] license = "Apache-2.0" repository = "https://github.com/zslayton/ice_code" [dependencies]