# 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 = "2018" rust-version = "1.57" name = "floki" version = "2.1.0" authors = [ "Richard Lupton ", "Max Dymond ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "floki aims to provide reproducible and shareable build tooling by helping you run docker containers interactively from a declarative yaml file." homepage = "https://metaswitch.github.io/floki/" readme = "README.md" keywords = ["docker"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Metaswitch/floki" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [[bin]] name = "floki" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.atty] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.29" features = ["user"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_yaml] version = "0.9" [dependencies.sha2] version = "0.10.8" [dependencies.shell-words] version = "1.1.0" [dependencies.shlex] version = "1.3" [dependencies.simplelog] version = "0.12" [dependencies.structopt] version = "0.3" [dependencies.tera] version = "1" [dependencies.thiserror] version = "1.0.64" [dependencies.toml] version = "0.8.19" [dependencies.uuid] version = "1.10" features = ["v4"] [dependencies.yaml-rust2] version = "0.9.0" [dev-dependencies.tempfile] version = "3.12.0"