# 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] name = "soda-test-service" version = "0.1.1" authors = ["Julian Didier "] exclude = [".gitignore", ".travis.yml"] description = "SODA Test Service helps with tracking test sessions" readme = "README.md" keywords = ["soda", "selenium", "automation", "testing", "selenium-grid"] license = "MIT/Apache-2.0" repository = "https://github.com/voyages-sncf-technologies/soda-test-service" [dependencies.actix] version = "~0.7" [dependencies.actix-web] version = "~0.7" [dependencies.actix-web-httpauth] version = "~0.1.0" [dependencies.bytes] version = "~0.4.11" [dependencies.clap] version = "~2.32.0" [dependencies.env_logger] version = "~0.6.0" [dependencies.failure] version = "~0.1.3" [dependencies.futures] version = "~0.1.25" [dependencies.http] version = "~0.1.13" [dependencies.log] version = "~0.4.3" [dependencies.serde] version = "~1.0.80" [dependencies.serde_derive] version = "~1.0.71" [dependencies.serde_json] version = "~1.0.8" [dependencies.url] version = "~1.7.1" [dependencies.uuid] version = "~0.6.5" features = ["v4"] [badges.travis-ci] branch = "master" repository = "voyages-sncf-technologies/soda-test-service"