breakout 0.4.0

Breakout detection for Rust
Documentation
# 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"
rust-version = "1.66.0"
name = "breakout"
version = "0.4.0"
authors = ["Andrew Kane <andrew@ankane.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Breakout detection for Rust"
readme = "README.md"
license = "GPL-2.0-or-later"
repository = "https://github.com/ankane/breakout-rust"

[features]
no_std = ["libm"]

[lib]
name = "breakout"
path = "src/lib.rs"
doctest = false

[dependencies.libm]
version = "0.2"
optional = true