# 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 = "2018" rust-version = "1.53" name = "option-operations" version = "0.5.0" authors = ["François Laignel "] description = "Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s." documentation = "https://docs.rs/option-operations" readme = "README.md" keywords = [ "option", "arithmetic", "operations", "ord", "cmp", ] categories = [ "rust-patterns", "no-std", "mathematics", ] license = "MIT/Apache-2.0" repository = "https://github.com/fengalin/option-operations" [dependencies.paste] version = "1.0.6" [features] default = ["std"] std = []