# 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 = "koto_toml" version = "0.14.1" authors = ["irh "] description = "A Koto library for working with TOML data" homepage = "https://koto.dev" keywords = [ "scripting", "language", "koto", ] license = "MIT" repository = "https://github.com/koto-lang/koto" [dependencies.koto_runtime] version = "^0.14.1" default-features = false [dependencies.koto_serialize] version = "^0.14.1" default-features = false [dependencies.toml] version = "0.5.6" features = ["preserve_order"] [dev-dependencies] [features] arc = ["koto_runtime/arc"] default = ["arc"] rc = ["koto_runtime/rc"]