# 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 = "pushd" version = "0.0.1" authors = ["Dave Rolsky "] description = "A library that implements pushd" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/houseabsolute/pushd" [package.metadata.cross.target.x86_64-unknown-netbsd] pre-build = [ "mkdir -p /tmp/netbsd", "curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O", "tar -C /tmp/netbsd -xJf base.tar.xz", "cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib", "rm base.tar.xz", "rm -rf /tmp/netbsd", ] [package.metadata.release] tag-name = "v{{version}}" [dependencies.log] version = "0.4.20" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.tempfile] version = "3.8.1"