# 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 = "2021" name = "keg" version = "1.2.0" default-run = "keg" description = "A portable container without boilerplate." homepage = "https://github.com/keg-project/keg" documentation = "https://github.com/keg-project/keg" readme = "README.md" keywords = ["container"] categories = [ "virtualization", "command-line-utilities", ] license = "MIT" repository = "https://github.com/keg-project/keg" [profile.dev] panic = "abort" [profile.release] lto = true panic = "abort" [dependencies.bincode] version = "1.3.0" [dependencies.indoc] version = "2.0.0" [dependencies.libc] version = "0.2.0" [dependencies.libseccomp] version = "0.3.0" [dependencies.serde] version = "1.0.0" features = ["derive"]