# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "s-crap" version = "0.2.1" authors = ["Fahmi Akbar Wildana "] description = "A CLI for working with Scdlang" keywords = ["statemachine", "language", "cli", "scdlang"] categories = ["command-line-utilities"] license = "UPL-1.0" repository = "https://github.com/drsensor/scdlang" [lib] doctest = false doc = false [[bin]] name = "scrap" path = "src/main.rs" test = false doctest = false doc = false [dependencies.atty] version = "0.2" [dependencies.clap] version = "2" features = ["wrap_help"] [dependencies.colored] version = "1" [dependencies.prettyprint] version = "0.*" [dependencies.regex] version = "1" [dependencies.rustyline] version = "5" [dependencies.scdlang] version = "0.2.1" [dependencies.scdlang_smcat] version = "0.2.1" [dependencies.scdlang_xstate] version = "0.2.1" [dependencies.which] version = "2" [dev-dependencies.assert_cmd] version = "0.*" [dev-dependencies.assert_fs] version = "0.*" [dev-dependencies.predicates] version = "1" [dev-dependencies.rexpect] version = "0.3" [build-dependencies.atty] version = "0.2" [build-dependencies.clap] version = "2" [build-dependencies.colored] version = "1" [build-dependencies.prettyprint] version = "0.*" [build-dependencies.regex] version = "1" [build-dependencies.rustyline] version = "5" [build-dependencies.scdlang] version = "0.2.1" [build-dependencies.scdlang_smcat] version = "0.2.1" [build-dependencies.scdlang_xstate] version = "0.2.1" [build-dependencies.which] version = "2"