[dependencies]
[lib]
name = "pyprint"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Library to enable python-style printing in rust"
edition = "2021"
license = "MIT"
name = "pyprint"
readme = "README.md"
repository = "https://github.com/su-z/pyprint.git"
version = "1.0.0"