# 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.81" name = "later_operator" version = "0.4.1" authors = ["Josh Stoik "] build = false exclude = [ ".github", ".gitignore", ".righteous-sandbox.json", "doc", "justfile", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Parsable, storable, printable comparison operators, w/ optional serde support." readme = "README.md" keywords = [ "operator", "comparison", "relational", ] license = "WTFPL" repository = "https://github.com/Blobfolio/later_operator" [package.metadata.bashman] name = "Later Operator" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = ["serde"] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "later_operator" path = "src/lib.rs" [dependencies.serde] version = "1.0.*" optional = true [dev-dependencies.serde] version = "1.0.*" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.*" [features] default = [] serde = ["dep:serde"]