# 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 = "nostd-float-math-monitor" version = "0.0.8" authors = ["Liuxiaonan "] description = "A tool to test if std float math functions are used, which can corrupt crossplatform deterministic" homepage = "https://github.com/liuhahapku/nostd-float-math-monitor" readme = "README.md" keywords = [ "std", "float", "math", "detect", "deterministic", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/liuhahapku/nostd-float-math-monitor" [dependencies.cargo_toml] version = "0.15.2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3" features = [ "cargo", "std", ] default-features = false [dependencies.error-chain] version = "0.12.4" [dependencies.fancy-regex] version = "0.11.0" [dependencies.glob] version = "0.3.0" [dependencies.regex] version = "1.0"