vrkansagara 0.0.1

Common library for @vrkansagara usage
Documentation
[dependencies]

[lib]
name = "vrkansagara"
path = "src/lib/main.rs"

[package]
authors = ["Vallabh Kansagara <vrkansagara@gmail.com>"]
description = "Common library for @vrkansagara usage"
documentation = "https://github.com/vrkansagara/vrkansagara/wiki"
edition = "2021"
exclude = [".git", ".gitignore", "Cargo.lock", "README.md", ".github"]
homepage = "https://github.com/vrkansagara/vrkansagara/wiki"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["vrkansagara", "common"]
license-file = "LICENSE"
name = "vrkansagara"
publish = true
readme = "README.md"
repository = "https://github.com/vrkansagara/vrkansagara.git"
version = "0.0.1"

[profile.dev]
codegen-units = 256
debug = 2
debug-assertions = true
incremental = true
lto = false
opt-level = 0
panic = "unwind"
rpath = false
strip = "none"

[profile.release]
codegen-units = 16
debug = false
debug-assertions = false
incremental = false
lto = false
opt-level = 3
overflow-checks = true
panic = "unwind"
rpath = false
split-debuginfo = "off"
strip = "debuginfo"

[profile.staging]
codegen-units = 16
debug = true
debug-assertions = true
incremental = false
inherits = "release"
lto = false
opt-level = 3
overflow-checks = true
panic = "abort"
rpath = false
split-debuginfo = "off"
strip = "none"

[profile.test]
debug = 1
lto = true
opt-level = 2
overflow-checks = true
strip = "symbols"