# 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 = "tombl" version = "0.2.2" authors = ["Jonas Møller "] description = "Interopability between bash and the TOML serialization format" homepage = "https://github.com/snyball/tombl" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/snyball/tombl" resolver = "2" [profile.release] opt-level = "s" lto = "fat" codegen-units = 1 panic = "abort" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.shell-escape] version = "0.1.5" [dependencies.thiserror] version = "1.0.32" [dependencies.toml] version = "0.5.9" features = ["indexmap"]