floki 2.4.1

floki aims to provide reproducible and shareable build tooling by helping you run docker containers interactively from a declarative yaml file.
# 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.80"
name = "floki"
version = "2.4.1"
authors = [
    "Richard Lupton <richard.lupton@gmail.com>",
    "Max Dymond <max.dymond@metaswitch.com>",
]
build = false
autolib = 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"

[package.metadata.generate-rpm]
require-sh = false
auto-req = "no"

[[package.metadata.generate-rpm.assets]]
source = "target/release/floki"
dest = "/usr/bin/floki"
mode = "0755"

[[package.metadata.generate-rpm.assets]]
source = "LICENSE"
dest = "/usr/share/doc/floki/LICENSE"
doc = true
mode = "0644"

[[bin]]
name = "floki"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.atty]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.31"
features = ["user"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[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 = "2.0.12"

[dependencies.toml]
version = "1.0.0"

[dependencies.uuid]
version = "1.16"
features = ["v4"]

[dependencies.yaml-rust2]
version = "0.11.0"

[dev-dependencies.tempfile]
version = "=3.25.0"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true