# 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 = "winterval" version = "0.3.0" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", ] description = """ Interval adapter for both open/closed implementations of intervals ( ranges ). """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/winterval" documentation = "https://docs.rs/winterval" readme = "Readme.md" keywords = [ "fundamental", "general-purpose", ] categories = [ "algorithms", "development-tools", ] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/core/winterval" [package.metadata.docs.rs] all-features = false exclude = [ "/tests", "/examples", "-*", ] features = ["full"] [dependencies.interval_adapter] version = "0.3.0" features = ["enabled"] default-features = false [dev-dependencies.test_tools] version = "0.3.0" [features] default = ["enabled"] enabled = ["interval_adapter/enabled"] full = ["enabled"] no_std = [] use_alloc = []