# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stry-common" version = "0.1.3" authors = ["Txuritan "] description = "Shared code for stry crates, from backends to frontends, they all depend on this." documentation = "https://docs.rs/stry-common" license = "MIT" repository = "https://github.com/stry-rs/common" [dependencies.arrayvec] version = "0.5" features = ["serde"] [dependencies.async-trait] version = "0.1" optional = true [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.33" optional = true default-features = false [dependencies.either] version = "1.6" features = ["serde"] [dependencies.percent-encoding] version = "2.1" [dependencies.rand] version = "0.8" optional = true [dependencies.ron] version = "0.6" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [features] default = ["with-backend", "with-nanoid", "with-source-clap", "with-source-ron"] with-backend = ["async-trait"] with-nanoid = ["rand"] with-source-clap = ["clap"] with-source-ron = ["ron"]