intention_tester 0.1.1

A tool to test intention detection API
Documentation
# 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 = "intention_tester"
version = "0.1.1"
authors = ["JBGriesner <jb.griesner@qwant.com>"]
description = "A tool to test intention detection API"
homepage = "https://github.com/QwantResearch/intention_tester"
readme = "README.md"
keywords = ["cli", "nlu", "test"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/QwantResearch/intention_tester"
[dependencies.csv]
version = "1"

[dependencies.env_logger]
version = "0.6.1"

[dependencies.failure]
version = "0.1"

[dependencies.hyper]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.9.11"

[dependencies.rusty-machine]
version = "0.5.4"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1.0"

[dependencies.structopt]
version = "0.2.10"