[dependencies.koto_runtime]
default-features = false
version = "^0.15.3"
[dependencies.tempfile]
version = "3.1"
[dev-dependencies]
[features]
arc = ["koto_runtime/arc"]
default = ["rc"]
rc = ["koto_runtime/rc"]
[lib]
name = "koto_tempfile"
path = "src/lib.rs"
[package]
authors = ["irh <ian.r.hobson@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Koto library for working with temporary files"
edition = "2021"
homepage = "https://koto.dev"
keywords = ["scripting", "language", "koto"]
license = "MIT"
name = "koto_tempfile"
readme = "README.md"
repository = "https://github.com/koto-lang/koto"
version = "0.15.3"
[[test]]
name = "koto_tests"
path = "tests/koto_tests.rs"
[[test]]
name = "tempfile_docs"
path = "tests/tempfile_docs.rs"