# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lozizol" version = "0.5.3-dev" authors = ["Robert Cutajar "] description = "Back to basics, efficient event-sourcing protocol" license = "MIT OR Apache-2.0" [[bin]] name = "lozizol" path = "src/cli/main.rs" required-features = ["cli"] [[example]] name = "chat" required-features = ["cli"] [[test]] name = "cucumber" harness = false [dependencies.anyhow] version = "1" optional = true [dependencies.async-std] version = "1" features = ["attributes", "unstable"] optional = true [dependencies.bytes] version = "1" [dependencies.env_logger] version = "0.8" optional = true [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2" [dependencies.num-traits] version = "0.2" features = ["i128"] [dependencies.structopt] version = "0.3" optional = true [dependencies.url] version = "2" optional = true [dev-dependencies.cucumber_rust] version = "0.8" features = ["macros"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.k9] version = "0.10" [features] cli = ["tasks", "anyhow", "structopt", "env_logger", "url"] tasks = ["async-std"]