# 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 = "jstime" version = "0.54.0" authors = ["the jstime authors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false default-run = "jstime" description = "Another JS Runtime" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jstime/jstime" [package.metadata.release] tag-prefix = "" [[bin]] name = "jstime" path = "main.rs" [[test]] name = "test_cli" path = "tests/test_cli.rs" [dependencies.dirs] version = "5.0.1" [dependencies.jstime_core] version = "^0.54.0" [dependencies.rustyline] version = "14.0.0" [dependencies.structopt] version = "0.3.26" [dev-dependencies.assert_cmd] version = "2.0.15" [dev-dependencies.predicates] version = "3.1.2" [build-dependencies.jstime_core] version = "^0.54.0"