# 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 = "cast_checks" version = "0.1.5" authors = ["Samuel E. Moelius III "] description = "A procedural macro to check for invalid casts" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/trailofbits/cast_checks" [dependencies.cast_checks_convert] version = "=0.1.5" [dependencies.cast_checks_macro] version = "=0.1.5" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.predicates] version = "3.0" [dev-dependencies.regex] version = "1.9" [dev-dependencies.tempfile] version = "3.8" [features] __no_should_panic = [] default = [] release = ["cast_checks_macro/release"]