# 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 = "entoli" version = "0.1.2" authors = ["Chanwoo Ahn "] description = "A functional programming library inspired by haskell." readme = "README.md" keywords = [ "rust", "functional", "haskell", "prelude", "fp", ] categories = [ "algorithms", "data-structures", ] license = "MIT" repository = "https://github.com/cwahn/entoli-rs.git" [[bench]] name = "benchmark" harness = false [dependencies.chrono] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.reqwest] version = "0.11" features = [ "blocking", "cookies", ] optional = true [dependencies.tungstenite] version = "0.15" optional = true [dependencies.url] version = "2.2" optional = true [dev-dependencies.criterion] version = "0.3.5" [features] default = [] http_client = ["reqwest"] websocket = [ "tungstenite", "url", ]