xtask-todo-lib 0.1.21

Todo workspace library and cargo devshell subcommand
Documentation
# 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 = "xtask-todo-lib"
version = "0.1.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Todo workspace library and cargo devshell subcommand"
documentation = "https://docs.rs/xtask-todo-lib"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/TangCan/xtask_todo"

[features]
beta-vm = ["dep:base64"]
default = ["beta-vm"]

[lib]
name = "xtask_todo_lib"
path = "src/lib.rs"

[[bin]]
name = "cargo-devshell"
path = "src/bin/cargo_devshell/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.chrono]
version = "0.4"
default-features = false

[dependencies.rustyline]
version = "17"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[lints.clippy]
all = "warn"