stry-common 0.1.2

Shared code for stry crates, from backends to frontends, they all depend on this.
Documentation
[dependencies.async-trait]
optional = true
version = "0.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
default-features = false
optional = true
version = "2.33"

[dependencies.either]
features = ["serde"]
version = "1.6"

[dependencies.percent-encoding]
version = "2.1"

[dependencies.rand]
optional = true
version = "0.8"

[dependencies.ron]
optional = true
version = "0.6"

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

[features]
default = ["with-backend"]
with-backend = ["async-trait"]
with-nanoid = ["rand"]
with-source-clap = ["clap"]
with-source-ron = ["ron"]

[package]
authors = ["Txuritan <txuritan@protonmail.com>"]
description = "Shared code for stry crates, from backends to frontends, they all depend on this."
documentation = "https://docs.rs/stry-common"
edition = "2018"
license = "MIT"
name = "stry-common"
repository = "https://gitlab.com/stry-rs/common"
version = "0.1.2"