# License: see LICENSE file at root directory of `master` branch [package] name = 'env-next-door' version = '0.8.1' authors = ['Hai Bison '] edition = '2018' description = 'For running commands with custom environment variables' repository = 'https://bitbucket.org/haibison/env-next-door' license-file = 'LICENSE' keywords = ['command-line', 'env'] categories = ['command-line-utilities'] [dependencies] dia-args = { version='0.51', optional=true } [features] bin = ['dia-args'] [[bin]] name = 'env-next-door' path = 'src/bin/env-next-door/main.rs' required-features = ['bin']