Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Remove clap and add structopt deps | [package]
name = "sozuctl"
description = "command line application to configure a sozu instance"
repository = "https://github.com/sozu-proxy/sozu"
readme = "README.md"
documentation = "https://docs.rs/sozuctl"
homepage = "http://sozu.io"
version = "0.4.0"
license = "AGPL-3.0"
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>"]
categories = ["network-programming"]
[[bin]]
name = "sozuctl"
[dependencies]
clap = "^2.19.0"
rand = "^0.3"
prettytable-rs = "^0.6"
sozu-command-lib = { version = "^0.4", path = "../command" }
[features]
unstable = []
[badges]
travis-ci = { repository = "sozu-proxy/sozu" }
| [package]
name = "sozuctl"
description = "command line application to configure a sozu instance"
repository = "https://github.com/sozu-proxy/sozu"
readme = "README.md"
documentation = "https://docs.rs/sozuctl"
homepage = "http://sozu.io"
version = "0.4.0"
license = "AGPL-3.0"
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>"]
categories = ["network-programming"]
[[bin]]
name = "sozuctl"
[dependencies]
rand = "^0.3"
prettytable-rs = "^0.6"
sozu-command-lib = { version = "^0.4", path = "../command" }
structopt = "0.1.0"
structopt-derive = "0.1.0"
[features]
unstable = []
[badges]
travis-ci = { repository = "sozu-proxy/sozu" }
|
Update log requirement to 0.4.1 | [package]
name = "odbc"
description = "ODBC wrapper for idiomatic Rust"
version = "0.9.6"
authors = ["Konstantin Salikhov <koka58@yandex.ru>", "Markus Klein <markus-klein@live.de>"]
repository = "https://github.com/Koka/odbc-rs"
documentation = "http://koka.github.io/odbc-rs/odbc/"
homepage = "https://github.com/Koka/odbc-rs"
readme = "README.md"
keywords = ["odbc", "binding", "sql", "database", "db"]
license = "MIT"
categories = ["api-bindings", "database"]
[features]
default = []
travis = []
[dependencies]
odbc-sys = "0.6.0"
odbc-safe = "0.4.1"
log = "0.3.7"
[dev-dependencies]
env_logger = "0.3"
chrono = "0.3"
[badges]
travis-ci = { repository = "Koka/odbc-rs", branch = "master" }
appveyor = { repository = "Koka/odbc-rs", branch = "master" }
| [package]
name = "odbc"
description = "ODBC wrapper for idiomatic Rust"
version = "0.9.6"
authors = ["Konstantin Salikhov <koka58@yandex.ru>", "Markus Klein <markus-klein@live.de>"]
repository = "https://github.com/Koka/odbc-rs"
documentation = "http://koka.github.io/odbc-rs/odbc/"
homepage = "https://github.com/Koka/odbc-rs"
readme = "README.md"
keywords = ["odbc", "binding", "sql", "database", "db"]
license = "MIT"
categories = ["api-bindings", "database"]
[features]
default = []
travis = []
[dependencies]
odbc-sys = "0.6.0"
odbc-safe = "0.4.1"
log = "0.4.1"
[dev-dependencies]
env_logger = "0.3"
chrono = "0.3"
[badges]
travis-ci = { repository = "Koka/odbc-rs", branch = "master" }
appveyor = { repository = "Koka/odbc-rs", branch = "master" }
|
Bump version (fix doc for docs.rs) | [package]
name = "coinnect"
version = "0.1.7"
license = "Apache-2.0/MIT"
authors = ["Hugues Gaillard <hugues.gaillard@me.com>"]
description = "A Rust library to connect to various crypto-currencies exchanges."
documentation = "https://docs.rs/coinnect/"
homepage = "https://github.com/hugues31/coinnect"
repository = "https://github.com/hugues31/coinnect"
keywords = [ "crypto", "bitcoin", "trading", "poloniex", "kraken" ]
readme = "README.md"
[[example]]
name = "simple"
path = "examples/simple.rs"
[[example]]
name = "kraken_trading"
path = "examples/kraken_trading.rs"
[dependencies]
hyper = "0.10.4"
serde_json = "0.9"
time = "0.1.36"
rust-crypto = "0.2"
rustc-serialize = "0.3"
hyper-native-tls = "0.2.2"
| [package]
name = "coinnect"
version = "0.1.8"
license = "Apache-2.0/MIT"
authors = ["Hugues Gaillard <hugues.gaillard@me.com>"]
description = "A Rust library to connect to various crypto-currencies exchanges."
documentation = "https://docs.rs/coinnect/"
homepage = "https://github.com/hugues31/coinnect"
repository = "https://github.com/hugues31/coinnect"
keywords = [ "crypto", "bitcoin", "trading", "poloniex", "kraken" ]
readme = "README.md"
[[example]]
name = "simple"
path = "examples/simple.rs"
[[example]]
name = "kraken_trading"
path = "examples/kraken_trading.rs"
[dependencies]
hyper = "0.10.4"
serde_json = "0.9"
time = "0.1.36"
rust-crypto = "0.2"
rustc-serialize = "0.3"
hyper-native-tls = "0.2.2"
|
Fix the wrong email address and improve keywords | [package]
name = "bytesize"
description = "ByteSize is an utility that easily makes bytes size representation and helps its arithmetic operations."
version = "0.2.0"
authors = ["Hyunsik Choi <hyunsik.choi@apache.org>"]
homepage = "https://github.com/hyunsik/bytesize/"
documentation = "https://docs.rs/bytesize/"
repository = "https://github.com/hyunsik/bytesize/"
readme = "README.md"
keywords = ["bytes", "utility"]
license = "Apache-2.0" | [package]
name = "bytesize"
description = "an utility to represent human-readable byte-size representation"
version = "0.2.1"
authors = ["Hyunsik Choi <hyunsik.choi@gmail.com>"]
homepage = "https://github.com/hyunsik/bytesize/"
documentation = "https://docs.rs/bytesize/"
repository = "https://github.com/hyunsik/bytesize/"
readme = "README.md"
keywords = ["byte", "utility", "human-readable", "size"]
license = "Apache-2.0" |
Update the version of gobject sys crate | [package]
name = "grust"
version = "0.0.4-dev"
authors = ["Mikhail Zabaluev <mikhail.zabaluev@gmail.com>"]
license = "LGPL-2.1+"
readme = "README.md"
keywords = ["GObjectIntrospection", "GLib", "GObject", "GNOME"]
description = """GObjectIntrospection bindings for Rust.
This is the core library providing basic functionality to all
generated crates.
"""
repository = "https://github.com/gi-rust/grust.git"
[dependencies]
glib-2_0-sys = "0.0.2"
gobject-2_0-sys = "0.0.3"
| [package]
name = "grust"
version = "0.0.4-dev"
authors = ["Mikhail Zabaluev <mikhail.zabaluev@gmail.com>"]
license = "LGPL-2.1+"
readme = "README.md"
keywords = ["GObjectIntrospection", "GLib", "GObject", "GNOME"]
description = """GObjectIntrospection bindings for Rust.
This is the core library providing basic functionality to all
generated crates.
"""
repository = "https://github.com/gi-rust/grust.git"
[dependencies]
glib-2_0-sys = "0.0.2"
gobject-2_0-sys = "0.0.4"
|
Update sidekiq client to 0.6 | [package]
name = "maman"
version = "0.10.0"
authors = ["Laurent Arnoud <laurent@spkdev.net>"]
description = "Rust Web Crawler"
repository = "https://github.com/spk/maman.git"
homepage = "https://github.com/spk/maman"
keywords = ["http", "web", "crawler", "spider"]
license = "MIT"
readme = "README.md"
[badges]
travis-ci = { repository = "spk/maman" }
[dependencies]
reqwest = "0.4.0"
html5ever = "0.10"
html5ever-atoms = "0.1.3"
tendril = "0.2"
string_cache = "0.2"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"
url = "1.4.0"
url_serde = "0.1.0"
robotparser = "0.8.0"
sidekiq = "0.5.0"
encoding = "0.2"
log = "0.3"
env_logger = "0.3"
| [package]
name = "maman"
version = "0.10.0"
authors = ["Laurent Arnoud <laurent@spkdev.net>"]
description = "Rust Web Crawler"
repository = "https://github.com/spk/maman.git"
homepage = "https://github.com/spk/maman"
keywords = ["http", "web", "crawler", "spider"]
license = "MIT"
readme = "README.md"
[badges]
travis-ci = { repository = "spk/maman" }
[dependencies]
reqwest = "0.4.0"
html5ever = "0.10"
html5ever-atoms = "0.1.3"
tendril = "0.2"
string_cache = "0.2"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"
url = "1.4.0"
url_serde = "0.1.0"
robotparser = "0.8.0"
sidekiq = "0.6.0"
encoding = "0.2"
log = "0.3"
env_logger = "0.3"
|
Rename the crate to match the naming conventions | [package]
name = "SeO2"
version = "0.1.0"
authors = ["laarmen"]
[dependencies]
nom-lua53 = { git = "https://github.com/doomrobo/nom-lua53"}
| [package]
name = "seo2"
version = "0.1.0"
authors = ["laarmen"]
[dependencies]
nom-lua53 = { git = "https://github.com/doomrobo/nom-lua53"}
|
Replace "homepage" link with "repository" link. | [package]
name = "multihash"
description = "Implementation of the multihash format"
homepage = "https://github.com/multiformats/rust-multihash"
keywords = ["multihash", "ipfs"]
version = "0.5.2"
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/multihash/"
[dependencies]
tiny-keccak = "1.2"
ring = "~0.7.1"
| [package]
name = "multihash"
description = "Implementation of the multihash format"
repository = "https://github.com/multiformats/rust-multihash"
keywords = ["multihash", "ipfs"]
version = "0.5.2"
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/multihash/"
[dependencies]
tiny-keccak = "1.2"
ring = "~0.7.1"
|
Build benchmarks for maximal performance | [package]
name = "triple_buffer"
version = "5.0.0"
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
description = "An implementation of triple buffering, useful for sharing frequently updated data between threads"
documentation = "https://docs.rs/triple_buffer/"
repository = "https://github.com/HadrienG2/triple-buffer"
readme = "README.md"
keywords = [ "synchronization", "spsc", "multithreading", "non-blocking", "wait-free" ]
categories = [ "algorithms", "asynchronous", "concurrency", "data-structures" ]
license = "MPL-2.0"
edition = "2018"
[features]
# Enable full access to the read and write buffers. This has a slight cost in
# terms of synchronization performance, as we need to account for more possible
# interactions, so you should only do this when you intend to use the interface.
raw = []
[badges]
travis-ci = { repository = "HadrienG2/triple-buffer", branch = "master" }
maintenance = { status = "passively-maintained" }
[dependencies]
crossbeam-utils = "0.6"
[dev-dependencies]
testbench = "0.6"
[package.metadata.docs.rs]
all-features = true
| [package]
name = "triple_buffer"
version = "5.0.0"
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
description = "An implementation of triple buffering, useful for sharing frequently updated data between threads"
documentation = "https://docs.rs/triple_buffer/"
repository = "https://github.com/HadrienG2/triple-buffer"
readme = "README.md"
keywords = [ "synchronization", "spsc", "multithreading", "non-blocking", "wait-free" ]
categories = [ "algorithms", "asynchronous", "concurrency", "data-structures" ]
license = "MPL-2.0"
edition = "2018"
[features]
# Enable full access to the read and write buffers. This has a slight cost in
# terms of synchronization performance, as we need to account for more possible
# interactions, so you should only do this when you intend to use the interface.
raw = []
[badges]
travis-ci = { repository = "HadrienG2/triple-buffer", branch = "master" }
maintenance = { status = "passively-maintained" }
[dependencies]
crossbeam-utils = "0.6"
[dev-dependencies]
testbench = "0.6"
[package.metadata.docs.rs]
all-features = true
[profile.release]
lto = "full"
codegen-units = 1
panic = "abort"
[profile.bench]
lto = "full"
codegen-units = 1
|
Update sdl2 categories and keywords | [package]
name = "sdl2"
description = "SDL2 bindings for Rust"
repository = "https://github.com/AngryLawyer/rust-sdl2"
documentation = "http://angrylawyer.github.io/rust-sdl2/sdl2/"
version = "0.30.0-beta"
license = "MIT"
authors = [ "Tony Aldridge <tony@angry-lawyer.com>", "Cobrand <cobrandw@gmail.com>"]
keywords = ["SDL", "windowing", "graphics"]
categories = ["rendering","games","game-engine","multimedia"]
[lib]
name = "sdl2"
path = "src/sdl2/lib.rs"
[dependencies]
bitflags = "0.7"
libc = "0.2"
rand = "0.3"
lazy_static="0.2"
[dependencies.num]
version = "0.1"
default-features = false
[dependencies.sdl2-sys]
path = "sdl2-sys"
version = "0.30.0-beta"
[dependencies.c_vec]
version = "1.0.*"
optional = true
[features]
default = []
ttf = []
image = []
gfx = ["c_vec"]
mixer = []
use-pkgconfig = [ "sdl2-sys/use-pkgconfig" ]
use_mac_framework = ["sdl2-sys/use_mac_framework"]
| [package]
name = "sdl2"
description = "SDL2 bindings for Rust"
repository = "https://github.com/AngryLawyer/rust-sdl2"
documentation = "http://angrylawyer.github.io/rust-sdl2/sdl2/"
version = "0.30.0-beta"
license = "MIT"
authors = [ "Tony Aldridge <tony@angry-lawyer.com>", "Cobrand <cobrandw@gmail.com>"]
keywords = ["SDL", "windowing", "graphics", "api"]
categories = ["rendering","games","api-bindings","game-engines","multimedia"]
[lib]
name = "sdl2"
path = "src/sdl2/lib.rs"
[dependencies]
bitflags = "0.7"
libc = "0.2"
rand = "0.3"
lazy_static="0.2"
[dependencies.num]
version = "0.1"
default-features = false
[dependencies.sdl2-sys]
path = "sdl2-sys"
version = "0.30.0-beta"
[dependencies.c_vec]
version = "1.0.*"
optional = true
[features]
default = []
ttf = []
image = []
gfx = ["c_vec"]
mixer = []
use-pkgconfig = [ "sdl2-sys/use-pkgconfig" ]
use_mac_framework = ["sdl2-sys/use_mac_framework"]
|
Add crates.io category and badge metadata | [package]
name = "claxon"
version = "0.2.1"
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
description = "A FLAC decoding library"
keywords = ["flac", "lossless", "audio", "codec"]
license = "Apache-2.0"
readme = "readme.md"
homepage = "https://github.com/ruuda/claxon#readme"
repository = "https://github.com/ruuda/claxon"
documentation = "https://docs.rs/claxon"
[dev-dependencies]
hound = "3.0.0"
time = "0.1.35"
| [package]
name = "claxon"
version = "0.2.1"
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
description = "A FLAC decoding library"
keywords = ["flac", "lossless", "audio", "codec"]
categories = ["compression", "multimedia::encoding", "multimedia::audio"]
license = "Apache-2.0"
readme = "readme.md"
homepage = "https://github.com/ruuda/claxon#readme"
repository = "https://github.com/ruuda/claxon"
documentation = "https://docs.rs/claxon"
[badges]
travis-ci = { repository = "ruuda/claxon", branch = "v0.2.1" }
[dev-dependencies]
hound = "3.0.0"
time = "0.1.35"
|
Update rand to 0.4 and bump version | [package]
name = "ipc-channel"
version = "0.10.0"
description = "A multiprocess drop-in replacement for Rust channels"
authors = ["The Servo Project Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/ipc-channel"
[features]
force-inprocess = []
memfd = ["sc"]
unstable = []
async = ["futures"]
[dependencies]
bincode = "1"
lazy_static = "1"
libc = "0.2.12"
rand = "0.3"
serde = { version="1.0", features=["rc"] }
uuid = {version = "0.6", features = ["v4"]}
fnv = "1.0.3"
[target.'cfg(any(target_os = "linux", target_os = "openbsd", target_os = "freebsd"))'.dependencies]
mio = "0.6.11"
sc = { version = "0.2.2", optional = true }
futures = { version = "0.1", optional = true }
[dev-dependencies]
crossbeam = "0.2"
| [package]
name = "ipc-channel"
version = "0.10.1"
description = "A multiprocess drop-in replacement for Rust channels"
authors = ["The Servo Project Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/ipc-channel"
[features]
force-inprocess = []
memfd = ["sc"]
unstable = []
async = ["futures"]
[dependencies]
bincode = "1"
lazy_static = "1"
libc = "0.2.12"
rand = "0.4"
serde = { version="1.0", features=["rc"] }
uuid = {version = "0.6", features = ["v4"]}
fnv = "1.0.3"
[target.'cfg(any(target_os = "linux", target_os = "openbsd", target_os = "freebsd"))'.dependencies]
mio = "0.6.11"
sc = { version = "0.2.2", optional = true }
futures = { version = "0.1", optional = true }
[dev-dependencies]
crossbeam = "0.2"
|
Update `quickcheck` to support lastest nightly Rust | [package]
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
description = "Ergonomic, checked cast functions for primitive types"
documentation = "http://japaric.github.io/cast.rs/cast"
keywords = ["checked", "cast", "primitive", "integer", "float"]
license = "MIT OR Apache-2.0"
name = "cast"
repository = "https://github.com/japaric/cast.rs"
version = "0.1.0"
[features]
# Assume we should use `std` unless asked to do otherwise.
default = ["std"]
# For tests only
unstable = ["quickcheck", "quickcheck_macros"]
# Enable this to get a std::error::Error impl for convenient use with other
# libraries.
std = []
[dependencies]
# TODO these should be optional dev-dependencies.
# cf https://github.com/rust-lang/cargo/issues/1596
quickcheck = { version = "0.2.25", optional = true }
quickcheck_macros = { version = "0.2.25", optional = true }
| [package]
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
description = "Ergonomic, checked cast functions for primitive types"
documentation = "http://japaric.github.io/cast.rs/cast"
keywords = ["checked", "cast", "primitive", "integer", "float"]
license = "MIT OR Apache-2.0"
name = "cast"
repository = "https://github.com/japaric/cast.rs"
version = "0.1.0"
[features]
# Assume we should use `std` unless asked to do otherwise.
default = ["std"]
# For tests only
unstable = ["quickcheck", "quickcheck_macros"]
# Enable this to get a std::error::Error impl for convenient use with other
# libraries.
std = []
[dependencies]
# TODO these should be optional dev-dependencies.
# cf https://github.com/rust-lang/cargo/issues/1596
quickcheck = { version = "0.4", optional = true }
quickcheck_macros = { version = "0.4", optional = true }
|
Document benchmark scores for different LTO settings | # See also .cargo/config
[package]
name = "riff"
version = "0.1.0"
authors = ["Johan Walles <johan.walles@gmail.com>"]
edition = "2018"
repository = "https://github.com/walles/riff/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diffus = "0.9.1"
regex = "1"
lazy_static = "1.4.0"
isatty = "0.1.9"
git-version = "0.3.4"
backtrace = "0.3"
bytecount = "0.6.2"
[dev-dependencies]
pretty_assertions = "0.6.1"
# See: https://doc.rust-lang.org/cargo/reference/profiles.html
[profile.release]
debug = 1 # 1 = Line number information only
lto = "thin" # Supposedly about as fast as "false"
# See: https://doc.rust-lang.org/cargo/reference/profiles.html
# Configure dependencies of the release profile
[profile.release.package."*"]
debug = 0 # 0 = No debug info
| # See also .cargo/config
[package]
name = "riff"
version = "0.1.0"
authors = ["Johan Walles <johan.walles@gmail.com>"]
edition = "2018"
repository = "https://github.com/walles/riff/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diffus = "0.9.1"
regex = "1"
lazy_static = "1.4.0"
isatty = "0.1.9"
git-version = "0.3.4"
backtrace = "0.3"
bytecount = "0.6.2"
[dev-dependencies]
pretty_assertions = "0.6.1"
# See: https://doc.rust-lang.org/cargo/reference/profiles.html
[profile.release]
debug = 1 # 1 = Line number information only
# Benchmark execution times with different lto settings (lower is better):
# "off" : 67.5ms
# "thin": 40ms
# "fat" : 38.5ms
#
# Let's go with thin which is fast at building but still provides good
# performance.
lto = "thin"
# See: https://doc.rust-lang.org/cargo/reference/profiles.html
# Configure dependencies of the release profile
[profile.release.package."*"]
debug = 0 # 0 = No debug info
|
Add keywords to crate manifest. | [package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "Digital signatures according to the Matrix specification."
documentation = "https://docs.rs/ruma-signatures"
homepage = "https://github.com/ruma/ruma-signatures"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-signatures"
readme = "README.md"
repository = "https://github.com/ruma/ruma-signatures"
version = "0.1.0"
[dependencies]
ring = "0.6.0-alpha1"
rustc-serialize = "0.3.22"
serde = "0.8.19"
serde_json = "0.8.4"
untrusted = "0.3.2"
url = "1.2.3"
[dev-dependencies]
serde_derive = "0.8.19"
| [package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "Digital signatures according to the Matrix specification."
documentation = "https://docs.rs/ruma-signatures"
homepage = "https://github.com/ruma/ruma-signatures"
keywords = ["matrix", "chat", "messaging", "ruma", "crypto", "cryptography"]
license = "MIT"
name = "ruma-signatures"
readme = "README.md"
repository = "https://github.com/ruma/ruma-signatures"
version = "0.1.0"
[dependencies]
ring = "0.6.0-alpha1"
rustc-serialize = "0.3.22"
serde = "0.8.19"
serde_json = "0.8.4"
untrusted = "0.3.2"
url = "1.2.3"
[dev-dependencies]
serde_derive = "0.8.19"
|
Use git version of the 'svgparser'. | [package]
name = "svgdom"
version = "0.3.0"
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
keywords = ["svg", "dom"]
license = "MPL-2.0"
description = "Library to represent an SVG as a DOM."
repository = "https://github.com/RazrFalcon/libsvgdom"
documentation = "https://docs.rs/svgdom/"
readme = "README.md"
[dependencies]
float-cmp = "0.2.3"
# simplecss = { git = "https://github.com/RazrFalcon/simplecss.git" }
simplecss = "0.1.0"
[dependencies.svgparser]
# latest public
# git = "https://github.com/RazrFalcon/libsvgparser.git"
# local copy
# path = "../svgparser"
# from crates
version = "0.2.0"
[dev-dependencies]
time = "0.1"
[features]
default = ["parsing"]
parsing = []
| [package]
name = "svgdom"
version = "0.3.0"
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
keywords = ["svg", "dom"]
license = "MPL-2.0"
description = "Library to represent an SVG as a DOM."
repository = "https://github.com/RazrFalcon/libsvgdom"
documentation = "https://docs.rs/svgdom/"
readme = "README.md"
[dependencies]
float-cmp = "0.2.3"
# simplecss = { git = "https://github.com/RazrFalcon/simplecss.git" }
simplecss = "0.1.0"
[dependencies.svgparser]
# latest public
git = "https://github.com/RazrFalcon/libsvgparser.git"
# local copy
# path = "../svgparser"
# from crates
# version = "0.2.0"
[dev-dependencies]
time = "0.1"
[features]
default = ["parsing"]
parsing = []
|
Add 'state' as an additional PyPI project keyword | [project]
name = "automata-lib"
version = "6.0.0-beta.1"
description = "A Python library for simulating finite automata, pushdown automata, and Turing machines"
readme = "README.md"
requires-python = ">=3.7"
keywords = ["automata", "finite", "non-deterministic", "pushdown", "turing", "machine"]
license = {file = 'LICENSE.txt'}
authors = [
{name = 'Caleb Evans', email = 'caleb@calebevans.me'}
]
maintainers = [
{name = 'Caleb Evans', email = 'caleb@calebevans.me'}
]
dependencies = [
"pydot>=1.4.2"
]
[project.urls]
homepage = "https://github.com/caleb531/automata"
documentation = "https://github.com/caleb531/automata#readme"
repository = "https://github.com/caleb531/automata"
changelog = "https://github.com/caleb531/automata/releases"
[build-system]
requires = ["setuptools", "wheel"]
| [project]
name = "automata-lib"
version = "6.0.0-beta.1"
description = "A Python library for simulating finite automata, pushdown automata, and Turing machines"
readme = "README.md"
requires-python = ">=3.7"
keywords = ["automata", "finite", "non-deterministic", "pushdown", "turing", "machine", "state"]
license = {file = 'LICENSE.txt'}
authors = [
{name = 'Caleb Evans', email = 'caleb@calebevans.me'}
]
maintainers = [
{name = 'Caleb Evans', email = 'caleb@calebevans.me'}
]
dependencies = [
"pydot>=1.4.2"
]
[project.urls]
homepage = "https://github.com/caleb531/automata"
documentation = "https://github.com/caleb531/automata#readme"
repository = "https://github.com/caleb531/automata"
changelog = "https://github.com/caleb531/automata/releases"
[build-system]
requires = ["setuptools", "wheel"]
|
Update memcache and bump version | [package]
name = "r2d2-memcache"
version = "0.3.2"
authors = ["Keishi Kawada <Kk-shli@outlook.jp>", "An Long <aisk1988@gmail.com>"]
license = "MIT"
readme = "README.md"
description = "Memcached support for the r2d2 connection pool"
repository = "https://github.com/megumish/r2d2-memcache"
keywords = ["memcached", "memcache", "pool", "nosql", "database"]
[dependencies]
r2d2 = "0.8"
memcache = "0.11"
| [package]
name = "r2d2-memcache"
version = "0.4.0"
authors = ["Keishi Kawada <Kk-shli@outlook.jp>", "An Long <aisk1988@gmail.com>"]
license = "MIT"
readme = "README.md"
description = "Memcached support for the r2d2 connection pool"
repository = "https://github.com/megumish/r2d2-memcache"
keywords = ["memcached", "memcache", "pool", "nosql", "database"]
[dependencies]
r2d2 = "0.8"
memcache = "0.13"
|
Update almost all the dependencies | [package]
authors = ["Amelorate <ameilorate2@gmail.com>"]
description = "Provides a game engine for byond-like tile based games like Space Station 13."
homepage = "http://buildstation.proboards.com/"
license = "MIT"
name = "buildengine5"
readme = "README.md"
repository = "https://github.com/Ameliorate/buildengine5"
version = "0.1.0"
[[bin]]
name = "buildengine5bin"
path = "src/bin.rs"
[dependencies]
bincode = "0.5.0"
byteorder = "0.4.2"
either = "0.1.6"
env_logger = "0.3.2"
hlua = "0.1.7"
lazy_static = "0.1.15"
log = "0.3.5"
mio = "0.5.0"
serde = "0.7.0"
serde_macros = "0.7.0"
slab = "0.1.3"
[lib]
name = "buildengine5lib"
path = "src/lib.rs"
| [package]
authors = ["Amelorate <ameilorate2@gmail.com>"]
description = "Provides a game engine for byond-like tile based games like Space Station 13."
homepage = "http://buildstation.proboards.com/"
license = "MIT"
name = "buildengine5"
readme = "README.md"
repository = "https://github.com/Ameliorate/buildengine5"
version = "0.1.0"
[[bin]]
name = "buildengine5bin"
path = "src/bin.rs"
[dependencies]
bincode = "0.5.4"
byteorder = "0.5.1"
either = "0.1.6"
env_logger = "0.3.3"
hlua = "0.1.8"
lazy_static = "0.2.0"
log = "0.3.6"
mio = "0.5.0"
serde = "0.7.0"
serde_macros = "0.7.2"
slab = "0.1.3"
[lib]
name = "buildengine5lib"
path = "src/lib.rs"
|
Fix libc at 0.2.36 in preparation for release | [package]
name = "nix"
description = "Rust friendly bindings to *nix APIs"
version = "0.10.0-pre"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"
categories = ["os::unix-apis"]
exclude = [
".gitignore",
".travis.yml",
"test/**/*"
]
[dependencies]
libc = { git = "https://github.com/rust-lang/libc" }
bitflags = "1.0"
cfg-if = "0.1.0"
void = "1.0.2"
[dependencies.bytes]
version = "0.4.5"
# Don't include the optional serde feature
default-features = false
[target.'cfg(target_os = "dragonfly")'.build-dependencies]
gcc = "0.3"
[dev-dependencies]
lazy_static = "1"
rand = "0.4"
tempdir = "0.3"
tempfile = "2"
[[test]]
name = "test"
path = "test/test.rs"
[[test]]
name = "test-aio-drop"
path = "test/sys/test_aio_drop.rs"
[[test]]
name = "test-mount"
path = "test/test_mount.rs"
harness = false
[[test]]
name = "test-ptymaster-drop"
path = "test/test_ptymaster_drop.rs"
| [package]
name = "nix"
description = "Rust friendly bindings to *nix APIs"
version = "0.10.0-pre"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"
categories = ["os::unix-apis"]
exclude = [
".gitignore",
".travis.yml",
"test/**/*"
]
[dependencies]
libc = "0.2.36"
bitflags = "1.0"
cfg-if = "0.1.0"
void = "1.0.2"
[dependencies.bytes]
version = "0.4.5"
# Don't include the optional serde feature
default-features = false
[target.'cfg(target_os = "dragonfly")'.build-dependencies]
gcc = "0.3"
[dev-dependencies]
lazy_static = "1"
rand = "0.4"
tempdir = "0.3"
tempfile = "2"
[[test]]
name = "test"
path = "test/test.rs"
[[test]]
name = "test-aio-drop"
path = "test/sys/test_aio_drop.rs"
[[test]]
name = "test-mount"
path = "test/test_mount.rs"
harness = false
[[test]]
name = "test-ptymaster-drop"
path = "test/test_ptymaster_drop.rs"
|
Use go 1.12 on Heroku | # Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[prune]
go-tests = true
unused-packages = true
[metadata.heroku]
root-package = "github.com/mat/besticon"
go-version = "go1.11"
install = [ "./..." ]
| # Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[prune]
go-tests = true
unused-packages = true
[metadata.heroku]
root-package = "github.com/mat/besticon"
go-version = "go1.12"
install = [ "./..." ]
|
Update tests to quasi 0.7 | [package]
name = "quasi_tests"
version = "0.5.1"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A quasi-quoting macro system"
repository = "https://github.com/erickt/rust-quasi"
build = "build.rs"
[build-dependencies]
quasi_codegen = { path = "../quasi_codegen" }
syntex = { version = "^0.28.0" }
[dev-dependencies]
aster = { version = "^0.12.0", features = ["with-syntex"] }
quasi = { path = "../quasi", features = ["with-syntex"] }
syntex = { version = "^0.28.0" }
syntex_syntax = { version = "^0.28.0" }
| [package]
name = "quasi_tests"
version = "0.5.1"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A quasi-quoting macro system"
repository = "https://github.com/erickt/rust-quasi"
build = "build.rs"
[build-dependencies]
quasi_codegen = { path = "../quasi_codegen" }
syntex = { version = "^0.29.0" }
[dev-dependencies]
aster = { version = "^0.13.0", features = ["with-syntex"] }
quasi = { path = "../quasi", features = ["with-syntex"] }
syntex = { version = "^0.29.0" }
syntex_syntax = { version = "^0.29.0" }
|
Fix no_std by setting bf-impl default-features = false | [package]
name = "bitutils"
version = "3.0.0"
authors = ["archshift <gh@archshift.com>"]
license = "MIT"
description = "Bitfield macro and utilities"
repository = "https://github.com/archshift/bitutils-rs"
[dependencies]
bf-impl = "1.0"
[features]
default = ["use_std"]
use_std = ["bf-impl/use_std"]
| [package]
name = "bitutils"
version = "3.0.1"
authors = ["archshift <gh@archshift.com>"]
license = "MIT"
description = "Bitfield macro and utilities"
repository = "https://github.com/archshift/bitutils-rs"
[dependencies]
bf-impl = {version = "1.0", default-features = false}
[features]
default = ["use_std"]
use_std = ["bf-impl/use_std"]
|
Update dependencies, bump version to 0.8.0-rc.3 | [package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
categories = ["api-bindings", "web-programming"]
description = "Types for the endpoints in the Matrix client-server API."
documentation = "https://docs.rs/ruma-client-api"
homepage = "https://github.com/ruma/ruma-client-api"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-client-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-client-api"
version = "0.8.0-rc.2"
edition = "2018"
[dependencies]
http = "0.2.1"
js_int = { version = "0.1.4", features = ["serde"] }
ruma-api = "0.16.0-rc.1"
ruma-events = "0.19.0"
ruma-identifiers = "0.15.1"
ruma-serde = "0.1.0"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.51"
strum = { version = "0.18.0", features = ["derive"] }
url = { version = "2.1.1", features = ["serde"] }
| [package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
categories = ["api-bindings", "web-programming"]
description = "Types for the endpoints in the Matrix client-server API."
documentation = "https://docs.rs/ruma-client-api"
homepage = "https://github.com/ruma/ruma-client-api"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-client-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-client-api"
version = "0.8.0-rc.3"
edition = "2018"
[dependencies]
http = "0.2.1"
js_int = { version = "0.1.4", features = ["serde"] }
ruma-api = "0.16.0-rc.2"
ruma-events = "0.19.0"
ruma-identifiers = "0.16.0"
ruma-serde = "0.1.0"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.51"
strum = { version = "0.18.0", features = ["derive"] }
url = { version = "2.1.1", features = ["serde"] }
|
Update to latest crates, local config was the broken one | [package]
name = "cucumber"
version = "0.1.0"
authors = ["Alex McArther <acmcarther@gmail.com>"]
build = "build.rs"
[features]
default = ["serde_codegen"]
nightly = ["serde_macros"]
[build-dependencies]
serde_codegen = { version = "0.7.0", optional = true }
syntex = "0.29.0"
itertools = "*"
[dependencies]
itertools = "*"
regex = "*"
hyper = "*"
serde = "0.7.0"
serde_json = "0.7.0"
serde_macros = { version = "0.7.0", optional = true }
[[example]]
name = "calculator"
path = "./examples/calculator/features/cuke.rs"
[[example]]
name = "cuke"
path = "./features/cuke.rs"
| [package]
name = "cucumber"
version = "0.1.0"
authors = ["Alex McArther <acmcarther@gmail.com>"]
build = "build.rs"
[features]
default = ["serde_codegen"]
nightly = ["serde_macros"]
[build-dependencies]
serde_codegen = { version = "*", optional = true }
syntex = "*"
itertools = "*"
[dependencies]
itertools = "*"
regex = "*"
hyper = "*"
serde = "*"
serde_json = "*"
serde_macros = { version = "*", optional = true }
[[example]]
name = "calculator"
path = "./examples/calculator/features/cuke.rs"
[[example]]
name = "cuke"
path = "./features/cuke.rs"
|
Update crossbeam-epoch requirement from 0.7.0 to 0.8.0 | [package]
authors = ["Andy Caldwell <andrew.caldwell@metaswitch.com>"]
categories = ["concurrency"]
description = "A lock-free, threadsafe way to publish data, just stick it on the pinboard"
keywords = [
"concurrency",
"lock-free",
"threading",
"thread-safety",
]
license = "MIT"
name = "pinboard"
repository = "https://github.com/bossmc/pinboard"
version = "2.0.1"
[badges.travis-ci]
repository = "bossmc/pinboard"
[dependencies]
crossbeam-epoch = "0.7.0"
[dev-dependencies]
crossbeam = "0.7.1"
| [package]
authors = ["Andy Caldwell <andrew.caldwell@metaswitch.com>"]
categories = ["concurrency"]
description = "A lock-free, threadsafe way to publish data, just stick it on the pinboard"
keywords = [
"concurrency",
"lock-free",
"threading",
"thread-safety",
]
license = "MIT"
name = "pinboard"
repository = "https://github.com/bossmc/pinboard"
version = "2.0.1"
[badges.travis-ci]
repository = "bossmc/pinboard"
[dependencies]
crossbeam-epoch = "0.8.0"
[dev-dependencies]
crossbeam = "0.7.1"
|
Move propose_timeout_adjuster into separate service | [package]
name = "configuration_service"
version = "0.1.0"
authors = ["Ivan Ivashchenko <ivan.ivashchenko@xdev.re",
"Aleksey Sidorov <aleksei.sidorov@xdev.re>"]
[dependencies]
exonum = {version="0.1", path="../../exonum"}
blockchain_explorer = {version="0.1", path="../../blockchain_explorer"}
time = "0.1"
serde = "0.8"
serde_derive = "0.8"
clap = "2.14"
env_logger = "0.3"
log = "0.3"
term = "0.4"
colored = "1.3"
| [package]
name = "configuration_service"
version = "0.1.0"
authors = ["Ivan Ivashchenko <ivan.ivashchenko@xdev.re",
"Aleksey Sidorov <aleksei.sidorov@xdev.re>"]
[dependencies]
exonum = {version="0.1", path="../../exonum"}
blockchain_explorer = {version="0.1", path="../../blockchain_explorer"}
clap = "2.14"
env_logger = "0.3"
log = "0.3"
|
Fix the name of the root crate. | [package]
name = "fleetspeak-rs"
version = "0.1.0"
authors = ["Łukasz Hanuszczak <hanuszczak@google.com>"]
edition = "2018"
[dependencies]
| [package]
name = "fleetspeak"
version = "0.1.0"
authors = ["Łukasz Hanuszczak <hanuszczak@google.com>"]
edition = "2018"
[dependencies]
|
Add feature gtk_3_14 for use in CI | [package]
name = "rgtk-examples"
version = "0.0.1"
authors = ["The Rust-gnome Project Developers"]
[dependencies]
libc = "0.1"
glib = "^0"
gdk = "^0"
gtk = "^0"
cairo-rs = "^0"
[features]
gtk_3_10 = ["gtk/gtk_3_10"]
[[bin]]
name = "basic"
[[bin]]
name = "cairotest"
[[bin]]
name = "gtktest"
[[bin]]
name = "notebook"
[[bin]]
name = "sync_widgets"
[[bin]]
name = "text_viewer"
[[bin]]
name = "treeview"
[[bin]]
name = "builder_basics"
| [package]
name = "rgtk-examples"
version = "0.0.1"
authors = ["The Rust-gnome Project Developers"]
[dependencies]
libc = "0.1"
glib = "^0"
gdk = "^0"
gtk = "^0"
cairo-rs = "^0"
[features]
gtk_3_10 = ["gtk/gtk_3_10"]
gtk_3_14 = ["gtk/gtk_3_14", "gtk_3_10"]
[[bin]]
name = "basic"
[[bin]]
name = "cairotest"
[[bin]]
name = "gtktest"
[[bin]]
name = "notebook"
[[bin]]
name = "sync_widgets"
[[bin]]
name = "text_viewer"
[[bin]]
name = "treeview"
[[bin]]
name = "builder_basics"
|
Write futures dependency the simpler way. | [package]
name = "wgmeeting_github_ircbot"
version = "0.4.0"
authors = ["L. David Baron <dbaron@dbaron.org>"]
build = "build.rs"
edition = "2018"
[dependencies]
failure = "0.1"
futures = { version = "0.3" }
log = "0.4"
env_logger = "0.7"
irc = { version = "0.14", default-features = false, features = ["ctcp", "tls-native", "serde"] }
lazy_static = "1.4"
regex = "1.3"
tokio = { version = "0.2", features = ["rt-core", "time", "io-util", "tcp"] }
hubcaps = "0.6.1"
serde = "1.0"
serde_derive = "1.0"
diff = "0.1"
toml = "0.5"
pin-utils = "0.1"
| [package]
name = "wgmeeting_github_ircbot"
version = "0.4.0"
authors = ["L. David Baron <dbaron@dbaron.org>"]
build = "build.rs"
edition = "2018"
[dependencies]
failure = "0.1"
futures = "0.3"
log = "0.4"
env_logger = "0.7"
irc = { version = "0.14", default-features = false, features = ["ctcp", "tls-native", "serde"] }
lazy_static = "1.4"
regex = "1.3"
tokio = { version = "0.2", features = ["rt-core", "time", "io-util", "tcp"] }
hubcaps = "0.6.1"
serde = "1.0"
serde_derive = "1.0"
diff = "0.1"
toml = "0.5"
pin-utils = "0.1"
|
Update keywords in crates.io metadata | [package]
name = "link-cplusplus"
version = "1.0.6"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["external-ffi-bindings", "development-tools::ffi", "compilers", "no-std"]
description = "Link libstdc++ or libc++ automatically or manually"
documentation = "https://docs.rs/link-cplusplus"
edition = "2018"
license = "MIT OR Apache-2.0"
links = "cplusplus"
readme = "README.md"
repository = "https://github.com/dtolnay/link-cplusplus"
rust-version = "1.34"
[build-dependencies]
cc = "1.0"
[features]
default = [] # automatic
"libstdc++" = [] # force libstdc++
"libc++" = [] # force libc++
nothing = [] # link nothing, determined somewhere else
# deprecated aliases
libstdcxx = ["libstdc++"]
libcxx = ["libc++"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
| [package]
name = "link-cplusplus"
version = "1.0.6"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["external-ffi-bindings", "development-tools::ffi", "compilers", "no-std"]
description = "Link libstdc++ or libc++ automatically or manually"
documentation = "https://docs.rs/link-cplusplus"
edition = "2018"
keywords = ["linkage", "c++"]
license = "MIT OR Apache-2.0"
links = "cplusplus"
readme = "README.md"
repository = "https://github.com/dtolnay/link-cplusplus"
rust-version = "1.34"
[build-dependencies]
cc = "1.0"
[features]
default = [] # automatic
"libstdc++" = [] # force libstdc++
"libc++" = [] # force libc++
nothing = [] # link nothing, determined somewhere else
# deprecated aliases
libstdcxx = ["libstdc++"]
libcxx = ["libc++"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
|
Fix rspec to v1.0.0-beta.3 for backwards compatibility | [package]
name = "publicsuffix"
description = "Robust domain name parsing and RFC compliant email address validation"
version = "1.4.2-pre"
license = "MIT/Apache-2.0"
repository = "https://github.com/rushmorem/publicsuffix"
documentation = "https://docs.rs/publicsuffix"
readme = "README.md"
keywords = ["tld", "gtld", "cctld", "domain", "psl"]
authors = ["rushmorem <rushmore@webenchanter.com>"]
[features]
default = ["remote_list"]
remote_list = ["native-tls"]
[dependencies]
error-chain = "0.10"
idna = "0.1"
regex = "0.2"
url = "1.5"
lazy_static = "0.2"
[dependencies.native-tls]
version = "0.1"
optional = true
[dev_dependencies]
rspec = "1.0.0-beta.3"
| [package]
name = "publicsuffix"
description = "Robust domain name parsing and RFC compliant email address validation"
version = "1.4.2-pre"
license = "MIT/Apache-2.0"
repository = "https://github.com/rushmorem/publicsuffix"
documentation = "https://docs.rs/publicsuffix"
readme = "README.md"
keywords = ["tld", "gtld", "cctld", "domain", "psl"]
authors = ["rushmorem <rushmore@webenchanter.com>"]
[features]
default = ["remote_list"]
remote_list = ["native-tls"]
[dependencies]
error-chain = "0.10"
idna = "0.1"
regex = "0.2"
url = "1.5"
lazy_static = "0.2"
[dependencies.native-tls]
version = "0.1"
optional = true
[dev_dependencies]
rspec = "=1.0.0-beta.3"
|
Add license field for crates.io |
[package]
name = "pacthash"
version = "0.2.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
homepage = "https://github.com/apoelstra/pacthash/"
repository = "https://github.com/apoelstra/pacthash/"
documentation = "https://www.wpsoftware.net/rustdoc/pacthash/"
description = "Port of Matt Corallo's contracthashtool to Rust"
keywords = [ "crypto", "bitcoin", "sidechains" ]
readme = "README.md"
[[bin]]
name = "pacthash"
path = "src/main.rs"
[dependencies]
bitcoin = "0.4"
getopts = "0.2"
rand = "0.3"
rustc-serialize = "0.3"
secp256k1 = "0.5"
|
[package]
name = "pacthash"
version = "0.2.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
homepage = "https://github.com/apoelstra/pacthash/"
repository = "https://github.com/apoelstra/pacthash/"
documentation = "https://www.wpsoftware.net/rustdoc/pacthash/"
description = "Port of Matt Corallo's contracthashtool to Rust"
keywords = [ "crypto", "bitcoin", "sidechains" ]
license = "CC0-1.0"
readme = "README.md"
[[bin]]
name = "pacthash"
path = "src/main.rs"
[dependencies]
bitcoin = "0.4"
getopts = "0.2"
rand = "0.3"
rustc-serialize = "0.3"
secp256k1 = "0.5"
|
Update Rust crate tracing to 0.1.26 | [package]
name = "conduit-router"
version = "0.9.0-alpha.6"
authors = ["wycats@gmail.com"]
license = "MIT"
description = "Router middleware for conduit based on route-recognizer"
repository = "https://github.com/conduit-rust/conduit-router"
edition = "2018"
[dependencies]
conduit = "0.9.0-alpha.5"
route-recognizer = "0.3"
tracing = "0.1.25"
[dev-dependencies]
conduit-test = "0.9.0-alpha.5"
lazy_static = "1.4.0"
tracing-subscriber = "0.2.17"
| [package]
name = "conduit-router"
version = "0.9.0-alpha.6"
authors = ["wycats@gmail.com"]
license = "MIT"
description = "Router middleware for conduit based on route-recognizer"
repository = "https://github.com/conduit-rust/conduit-router"
edition = "2018"
[dependencies]
conduit = "0.9.0-alpha.5"
route-recognizer = "0.3"
tracing = "0.1.26"
[dev-dependencies]
conduit-test = "0.9.0-alpha.5"
lazy_static = "1.4.0"
tracing-subscriber = "0.2.17"
|
Remove `plugin = true` from cargo manifest | [package]
name = "num"
version = "0.0.1"
authors = ["The Rust Project Developers"]
[lib]
name = "num"
plugin = true
| [package]
name = "num"
version = "0.0.1"
authors = ["The Rust Project Developers"]
|
Upgrade to 0.5.5 release (fixed test) | [package]
name = "amy"
version = "0.5.4"
authors = ["Andrew J. Stone <andrew.j.stone.1@gmail.com>"]
description = "Polling and Registration abstractions around kqueue and epoll for multithreaded async network programming"
repository = "https://github.com/andrewjstone/amy"
keywords = ["async", "epoll", "kqueue", "eventloop", "timer"]
license = "Apache-2.0"
[dependencies]
libc = "0.2"
[dependencies.nix]
version = "0.6"
features = ["eventfd"]
[dev-dependencies]
assert_matches = "1.0"
| [package]
name = "amy"
version = "0.5.5"
authors = ["Andrew J. Stone <andrew.j.stone.1@gmail.com>"]
description = "Polling and Registration abstractions around kqueue and epoll for multithreaded async network programming"
repository = "https://github.com/andrewjstone/amy"
keywords = ["async", "epoll", "kqueue", "eventloop", "timer"]
license = "Apache-2.0"
[dependencies]
libc = "0.2"
[dependencies.nix]
version = "0.6"
features = ["eventfd"]
[dev-dependencies]
assert_matches = "1.0"
|
Increase range of compatible ascii versions | [package]
name = "encode_unicode"
keywords = ["unicode","UTF-8","UTF-16"]
categories = ["encoding","no-std"]
description = """
UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16.
"""
readme = "README.md"
version = "0.3.3"
license = "MIT/Apache-2.0"
repository = "https://github.com/tormol/encode_unicode"
documentation = "https://docs.rs/encode_unicode/"
authors = ["Torbjørn Birch Moltu <t.b.moltu@lyse.net>"]
[dependencies]
ascii = {optional=true, version="0.8", default-features=false}# disable std
clippy = {optional=true, version="0.*"}# wildest wildcard crates.io will allow.
[target.'cfg(unix)'.dev-dependencies]
# 1.1 doesn't compile on Rust 1.15, and tests doesn't compile if unused dev-dependencies doesn't
lazy_static = {version="1.0.*"}
[features]
std = []
default = ["std"]
[package.metadata.docs.rs]
all-features = true
| [package]
name = "encode_unicode"
keywords = ["unicode","UTF-8","UTF-16"]
categories = ["encoding","no-std"]
description = """
UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16.
"""
readme = "README.md"
version = "0.3.3"
license = "MIT/Apache-2.0"
repository = "https://github.com/tormol/encode_unicode"
documentation = "https://docs.rs/encode_unicode/"
authors = ["Torbjørn Birch Moltu <t.b.moltu@lyse.net>"]
[dependencies]
ascii = {optional=true, version=">=0.8, <=0.10", default-features=false}# disable std
clippy = {optional=true, version="0.*"}# wildest wildcard crates.io will allow.
[target.'cfg(unix)'.dev-dependencies]
# 1.1 doesn't compile on Rust 1.15, and tests doesn't compile if unused dev-dependencies doesn't
lazy_static = {version="1.0.*"}
[features]
std = []
default = ["std"]
[package.metadata.docs.rs]
all-features = true
|
Enable zstd compression by default | [package]
name = "sled"
version = "0.19.0"
authors = ["Tyler Neely <t@jujit.su>"]
description = "a modern embedded database"
license = "MIT/Apache-2.0"
homepage = "https://github.com/spacejam/sled"
repository = "https://github.com/spacejam/sled"
keywords = ["database", "embedded", "concurrent", "persistent", "lock-free"]
categories = ["database-implementations", "concurrency", "data-structures", "algorithms", "caching"]
documentation = "https://docs.rs/sled/"
readme = "../../README.md"
edition = "2018"
[features]
default = []
lock_free_delays = ["pagecache/lock_free_delays"]
failpoints = ["pagecache/failpoints"]
check_snapshot_integrity = []
no_logs = ["log/max_level_off", "pagecache/no_logs"]
no_metrics = ["pagecache/no_metrics"]
compression = ["pagecache/compression"]
nightly = ["pagecache/nightly"]
no_inline = ["pagecache/no_inline"]
event_log = ["pagecache/event_log"]
measure_allocs = ["pagecache/measure_allocs"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.log]
version = "0.4"
[dependencies]
pagecache = { path = "../pagecache", version = "0.12" }
futures = "0.1"
| [package]
name = "sled"
version = "0.19.0"
authors = ["Tyler Neely <t@jujit.su>"]
description = "a modern embedded database"
license = "MIT/Apache-2.0"
homepage = "https://github.com/spacejam/sled"
repository = "https://github.com/spacejam/sled"
keywords = ["database", "embedded", "concurrent", "persistent", "lock-free"]
categories = ["database-implementations", "concurrency", "data-structures", "algorithms", "caching"]
documentation = "https://docs.rs/sled/"
readme = "../../README.md"
edition = "2018"
[features]
default = ["compression"]
lock_free_delays = ["pagecache/lock_free_delays"]
failpoints = ["pagecache/failpoints"]
check_snapshot_integrity = []
no_logs = ["log/max_level_off", "pagecache/no_logs"]
no_metrics = ["pagecache/no_metrics"]
compression = ["pagecache/compression"]
nightly = ["pagecache/nightly"]
no_inline = ["pagecache/no_inline"]
event_log = ["pagecache/event_log"]
measure_allocs = ["pagecache/measure_allocs"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.log]
version = "0.4"
[dependencies]
pagecache = { path = "../pagecache", version = "0.12" }
futures = "0.1"
|
Update Rust crate conduit-router to 0.9.0-alpha.6 | [package]
name = "example"
version = "0.0.1"
authors = ["Example User <mail@example.com>"]
[dependencies]
civet = "0.12.0-alpha.5"
conduit = "0.9.0-alpha.5"
conduit-router = "0.9.0-alpha.2"
| [package]
name = "example"
version = "0.0.1"
authors = ["Example User <mail@example.com>"]
[dependencies]
civet = "0.12.0-alpha.5"
conduit = "0.9.0-alpha.5"
conduit-router = "0.9.0-alpha.6"
|
Update website title and role | baseURL = "http://alessiorapini.me/"
languageCode = "en-us"
title = "Alessio Rapini - Full Stack Designer"
copyright = "2017 Alessio Rapini"
[Author]
name = "Alessio Rapini"
role = "Full Stack Designer"
mail = "hello@alessiorapini.me"
github = "rub"
[params]
description = "Alessio Rapini - Full Stack Designer"
| baseURL = "http://alessiorapini.me/"
languageCode = "en-us"
title = "Alessio Rapini - UX Engineer"
copyright = "2017 Alessio Rapini"
[Author]
name = "Alessio Rapini"
role = "UX Engineer"
mail = "hello@alessiorapini.me"
github = "rub"
[params]
description = "Alessio Rapini - Full Stack Designer"
|
Remove unused dependency on url | [package]
authors = ["Wim de With <wf@dewith.io>"]
categories = ["api-bindings", "web-programming"]
description = "Types for the endpoints in the Matrix application service API."
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-appservice-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.1.0"
edition = "2018"
[dependencies]
ruma-api = { version = "0.16.1", path = "../ruma-api" }
ruma-events = { version = "0.21.3", path = "../ruma-events" }
ruma-identifiers = { version = "0.16.2", path = "../ruma-identifiers" }
serde = { version = "1.0.113", features = ["derive"] }
serde_json = "1.0.55"
url = { version = "2.1.1", features = ["serde"] }
| [package]
authors = ["Wim de With <wf@dewith.io>"]
categories = ["api-bindings", "web-programming"]
description = "Types for the endpoints in the Matrix application service API."
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-appservice-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.1.0"
edition = "2018"
[dependencies]
ruma-api = { version = "0.16.1", path = "../ruma-api" }
ruma-events = { version = "0.21.3", path = "../ruma-events" }
ruma-identifiers = { version = "0.16.2", path = "../ruma-identifiers" }
serde = { version = "1.0.113", features = ["derive"] }
serde_json = "1.0.55"
|
Exclude GitHub workflows from cargo package. | [package]
name = "aarch64-esr-decoder"
version = "0.1.0"
authors = ["Andrew Walbran <qwandor@google.com>"]
edition = "2018"
license = "Apache-2.0"
description = "A library and command-line utility for decoding aarch64 Exception Syndrome Register values."
repository = "https://github.com/google/aarch64-esr-decoder/"
keywords = ["aarch64", "esr"]
categories = ["development-tools"]
[dependencies]
bit_field = "0.10.1"
thiserror = "1.0.30"
| [package]
name = "aarch64-esr-decoder"
version = "0.1.0"
authors = ["Andrew Walbran <qwandor@google.com>"]
edition = "2018"
license = "Apache-2.0"
description = "A library and command-line utility for decoding aarch64 Exception Syndrome Register values."
repository = "https://github.com/google/aarch64-esr-decoder/"
keywords = ["aarch64", "esr"]
categories = ["development-tools"]
exclude = [".github/"]
[dependencies]
bit_field = "0.10.1"
thiserror = "1.0.30"
|
Update bufr-read for Windows compat. | [package]
name = "sonde"
version = "0.4.0"
authors = ["Ryan <rnleach@users.noreply.github.com>"]
edition = "2018"
publish = false
[dependencies]
bufr-read = {git = "https://github.com/rnleach/bufr-read.git", tag = "v0.2.4"}
cairo-rs = { version = "^0.9", features = ["png"] }
chrono = "^0.4"
crossbeam-channel = "^0.5"
dirs = "^3.0.0"
gdk = "^0.13"
glib = "^0.10.1"
gtk = { version = "^0.9", features = ["v3_18"] }
itertools = "^0.10"
lazy_static = "^1"
log = {version = "^0.4.2", features = ["std", "max_level_trace", "release_max_level_info"]}
metfor = { version = "^0.7.4", features = ["use_optional", "use_serde"]}
optional = "^0.5.0"
serde = "^1.0"
serde_derive = "^1.0"
serde_yaml = "0.8"
sounding-analysis = "^0.15.0"
sounding-bufkit = "^0.14.0"
sounding-wyoming-text-list = "^0.1.0"
threadpool = "1.7.1"
[profile.release]
lto = true
panic = 'abort'
| [package]
name = "sonde"
version = "0.4.0"
authors = ["Ryan <rnleach@users.noreply.github.com>"]
edition = "2018"
publish = false
[dependencies]
bufr-read = {git = "https://github.com/rnleach/bufr-read.git", tag = "v0.2.5"}
cairo-rs = { version = "^0.9", features = ["png"] }
chrono = "^0.4"
crossbeam-channel = "^0.5"
dirs = "^3.0.0"
gdk = "^0.13"
glib = "^0.10.1"
gtk = { version = "^0.9", features = ["v3_18"] }
itertools = "^0.10"
lazy_static = "^1"
log = {version = "^0.4.2", features = ["std", "max_level_trace", "release_max_level_info"]}
metfor = { version = "^0.7.4", features = ["use_optional", "use_serde"]}
optional = "^0.5.0"
serde = "^1.0"
serde_derive = "^1.0"
serde_yaml = "0.8"
sounding-analysis = "^0.15.0"
sounding-bufkit = "^0.14.0"
sounding-wyoming-text-list = "^0.1.0"
threadpool = "1.7.1"
[profile.release]
lto = true
panic = 'abort'
|
Update nalgebra requirement from 0.21 to 0.22 | [package]
name = "acacia"
version = "0.2.0"
authors = ["Eduard Bopp <eduard.bopp@aepsil0n.de>"]
description = "A spatial partitioning and tree library."
documentation = "https://docs.rs/acacia/"
homepage = "https://github.com/edibopp/acacia"
repository = "https://github.com/edibopp/acacia"
readme = "README.md"
keywords = ["algorithms", "math", "tree", "spatial"]
license = "MPL-2.0"
[profile.test]
debug = false
[features]
arbitrary = ["nalgebra/arbitrary", "quickcheck"]
[dependencies]
nalgebra = "0.21"
itertools = "0.9"
rand = "0.7"
num-traits = "0.2"
[dependencies.quickcheck]
optional = true
version = "0.9"
[dev-dependencies]
approx = "0.3"
quickcheck = "0.9"
[dev-dependencies.nalgebra]
version = "0.21"
features = ["arbitrary"]
| [package]
name = "acacia"
version = "0.2.0"
authors = ["Eduard Bopp <eduard.bopp@aepsil0n.de>"]
description = "A spatial partitioning and tree library."
documentation = "https://docs.rs/acacia/"
homepage = "https://github.com/edibopp/acacia"
repository = "https://github.com/edibopp/acacia"
readme = "README.md"
keywords = ["algorithms", "math", "tree", "spatial"]
license = "MPL-2.0"
[profile.test]
debug = false
[features]
arbitrary = ["nalgebra/arbitrary", "quickcheck"]
[dependencies]
nalgebra = "0.22"
itertools = "0.9"
rand = "0.7"
num-traits = "0.2"
[dependencies.quickcheck]
optional = true
version = "0.9"
[dev-dependencies]
approx = "0.3"
quickcheck = "0.9"
[dev-dependencies.nalgebra]
version = "0.22"
features = ["arbitrary"]
|
Remove .git from dependency urls | [package]
name = "calx"
version = "0.0.1"
authors = [ "risto.saarelma@iki.fi" ]
build = "./.build.sh"
[[bin]]
name = "calx"
[dependencies.cgmath-rs]
git = "https://github.com/bjz/cgmath-rs.git"
[dependencies.gl]
git = "https://github.com/bjz/gl-rs.git"
[dependencies.glfw]
git = "https://github.com/bjz/glfw-rs.git"
[dependencies.hgl]
git = "https://github.com/cmr/hgl-rs.git"
| [package]
name = "calx"
version = "0.0.1"
authors = [ "risto.saarelma@iki.fi" ]
build = "./.build.sh"
[[bin]]
name = "calx"
[dependencies.cgmath-rs]
git = "https://github.com/bjz/cgmath-rs"
[dependencies.gl]
git = "https://github.com/bjz/gl-rs"
[dependencies.glfw]
git = "https://github.com/bjz/glfw-rs"
[dependencies.hgl]
git = "https://github.com/cmr/hgl-rs"
|
Update to the latest version of dsp-chain | [package]
name = "lanceverb"
version = "0.3.0"
authors = ["josh, mitchell.nordine@gmail.com"]
description = "A super-fast mono-to-stereo plate reverberator."
readme = "README.md"
keywords = ["reverb", "dsp", "audio", "effect", "stereo"]
license = "MIT"
repository = "https://github.com/MindBuffer/lanceverb.git"
homepage = "https://github.com/RustAudio/lanceverb"
[dependencies]
dsp-chain = { optional = true, version = "0.12.0" }
[features]
default = ["dsp-chain"]
[dev-dependencies]
portaudio = "0.6.3"
| [package]
name = "lanceverb"
version = "0.3.0"
authors = ["josh, mitchell.nordine@gmail.com"]
description = "A super-fast mono-to-stereo plate reverberator."
readme = "README.md"
keywords = ["reverb", "dsp", "audio", "effect", "stereo"]
license = "MIT"
repository = "https://github.com/MindBuffer/lanceverb.git"
homepage = "https://github.com/RustAudio/lanceverb"
[dependencies]
dsp-chain = { optional = true, version = "0.13.1" }
[features]
default = ["dsp-chain"]
[dev-dependencies]
portaudio = "0.6.4"
|
Make clap version more specific | [package]
name = "libimagentrylist"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../README.md"
license = "LGPL-2.1"
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
clap = "2.*"
log = "0.3"
toml = "0.2.*"
prettytable-rs = "0.6.*"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagutil]
path = "../libimagutil"
| [package]
name = "libimagentrylist"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../README.md"
license = "LGPL-2.1"
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
clap = ">=2.17"
log = "0.3"
toml = "0.2.*"
prettytable-rs = "0.6.*"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagutil]
path = "../libimagutil"
|
Rename crate from input_map to rebind | [package]
name = "input_map"
version = "0.1.0"
authors = ["George Burton <burtonageo@gmail.com>"]
repository = "https://github.com/burtonageo/input-map"
readme = "./Readme.md"
keywords = ["Input mapping", "Rebind", "Mouse reverse"]
license = "MIT"
[dependencies]
pistoncore-input = "^0.5.0"
pistoncore-window = "^0.9.0"
piston-viewport = "^0.1.0"
rustc-serialize = "0.3"
| [package]
name = "rebind"
version = "0.1.0"
authors = ["George Burton <burtonageo@gmail.com>"]
repository = "https://github.com/burtonageo/input-map"
readme = "./Readme.md"
keywords = ["Input mapping", "Rebind", "Mouse reverse"]
license = "MIT"
[dependencies]
pistoncore-input = "^0.5.0"
pistoncore-window = "^0.9.0"
piston-viewport = "^0.1.0"
rustc-serialize = "0.3"
|
Add description for plugin metadata | [package]
name = "afl-plugin"
version = "0.1.0"
license = "Apache-2.0"
authors = ["Keegan McAllister <mcallister.keegan@gmail.com>",
"Corey Farwell <coreyf@rwell.org>"]
build = "build.rs"
repository = "https://github.com/frewsxcv/afl.rs"
[lib]
name = "afl_plugin"
plugin = true
| [package]
name = "afl-plugin"
version = "0.1.0"
license = "Apache-2.0"
authors = ["Keegan McAllister <mcallister.keegan@gmail.com>",
"Corey Farwell <coreyf@rwell.org>"]
build = "build.rs"
repository = "https://github.com/frewsxcv/afl.rs"
description = "LLVM instrumentation compiler plugin for afl.rs"
[lib]
name = "afl_plugin"
plugin = true
|
Update OSTN02 lookup crate version and keywords | [package]
name = "lonlat_bng"
description = "Convert longitude and latitude coordinates to BNG coordinates, and vice versa"
version = "0.2.0"
authors = ["Stephan Hügel <urschrei@gmail.com>"]
license = "MIT"
keywords = ["BNG", "OSGB36", "Geo", "FFI"]
repository = "https://github.com/urschrei/lonlat_bng"
documentation = "https://urschrei.github.io/lonlat_bng/"
readme = "README.md"
[dependencies]
libc = "0.2.6"
rand = "0.3.13"
crossbeam = "0.2.5"
num_cpus = "0.2.10"
# nalgebra = "0.5.1"
ostn02_phf = "0.1.1"
[lib]
name = "lonlat_bng"
crate-type = ["rlib", "dylib", "staticlib"]
test = true
doctest = false
doc = true
# [profile.release]
# debug = true
[[bin]]
name = "lonlat_bin"
doc = false
| [package]
name = "lonlat_bng"
description = "Convert longitude and latitude coordinates to BNG coordinates, and vice versa"
version = "0.2.0"
authors = ["Stephan Hügel <urschrei@gmail.com>"]
license = "MIT"
keywords = ["BNG", "OSGB36", "Geo", "FFI", "ETRS89", "OSTN02"]
repository = "https://github.com/urschrei/lonlat_bng"
documentation = "https://urschrei.github.io/lonlat_bng/"
readme = "README.md"
[dependencies]
libc = "0.2.6"
rand = "0.3.13"
crossbeam = "0.2.5"
num_cpus = "0.2.10"
# nalgebra = "0.5.1"
ostn02_phf = "0.1.2"
[lib]
name = "lonlat_bng"
crate-type = ["rlib", "dylib", "staticlib"]
test = true
doctest = false
doc = true
# [profile.release]
# debug = true
[[bin]]
name = "lonlat_bin"
doc = false
|
Update skeptic requirement from 0.6 to 0.13 | [package]
name = "carboxyl"
version = "0.2.2"
authors = ["Eduard Bopp <eduard.bopp@aepsil0n.de>"]
description = "Library for functional reactive programming"
documentation = "https://aepsil0n.github.io/carboxyl/"
homepage = "https://github.com/aepsil0n/carboxyl"
repository = "https://github.com/aepsil0n/carboxyl"
readme = "README.md"
keywords = ["frp", "reactive", "event", "concurrency"]
license = "MPL-2.0"
build = "build.rs"
[dependencies]
lazy_static = "0.1"
[dev-dependencies]
rand = "0.3"
quickcheck = "0.2"
skeptic = "0.6"
[build-dependencies]
skeptic = "0.6"
| [package]
name = "carboxyl"
version = "0.2.2"
authors = ["Eduard Bopp <eduard.bopp@aepsil0n.de>"]
description = "Library for functional reactive programming"
documentation = "https://aepsil0n.github.io/carboxyl/"
homepage = "https://github.com/aepsil0n/carboxyl"
repository = "https://github.com/aepsil0n/carboxyl"
readme = "README.md"
keywords = ["frp", "reactive", "event", "concurrency"]
license = "MPL-2.0"
build = "build.rs"
[dependencies]
lazy_static = "0.1"
[dev-dependencies]
rand = "0.3"
quickcheck = "0.2"
skeptic = "0.13"
[build-dependencies]
skeptic = "0.13"
|
Use version of rust-geo from crates.io | [package]
name = "gdal"
description = "GDAL bindings for Rust"
license = "MIT"
version = "0.1.1"
authors = ["Alex Morega <alex@grep.ro>"]
repository = "https://github.com/georust/rust-gdal"
documentation = "http://georust.github.io/rust-gdal/"
[dependencies]
libc = "0.1.7"
[dependencies.geo]
git = "https://github.com/georust/rust-geo.git"
rev = "b3f2f81"
| [package]
name = "gdal"
description = "GDAL bindings for Rust"
license = "MIT"
version = "0.1.1"
authors = ["Alex Morega <alex@grep.ro>"]
repository = "https://github.com/georust/rust-gdal"
documentation = "http://georust.github.io/rust-gdal/"
[dependencies]
libc = "0.1.7"
geo = "0.0.5"
|
Update to glib-2_0-sys 0.0.3 and pkg-config 2.0 | [project]
name = "gobject-2_0-sys"
version = "0.0.4"
authors = ["Mikhail Zabaluev <mikhail.zabaluev@gmail.com>"]
description = "Import crate for GObject"
license = "LGPL-2.1+"
readme = "README.md"
keywords = ["GObject", "GLib", "GNOME"]
repository = "https://github.com/gi-rust/gobject-sys.git"
build = "build.rs"
links = "gobject-2.0"
[dependencies]
glib-2_0-sys = "0.0.2"
[build-dependencies]
pkg-config = "0.1.7"
| [project]
name = "gobject-2_0-sys"
version = "0.0.4"
authors = ["Mikhail Zabaluev <mikhail.zabaluev@gmail.com>"]
description = "Import crate for GObject"
license = "LGPL-2.1+"
readme = "README.md"
keywords = ["GObject", "GLib", "GNOME"]
repository = "https://github.com/gi-rust/gobject-sys.git"
build = "build.rs"
links = "gobject-2.0"
[dependencies]
glib-2_0-sys = "0.0.3"
[build-dependencies]
pkg-config = "0.2"
|
Select a single docs.rs build target | [package]
name = "link-cplusplus"
version = "1.0.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Link libstdc++ or libc++ automatically or manually"
repository = "https://github.com/dtolnay/link-cplusplus"
documentation = "https://docs.rs/link-cplusplus"
readme = "README.md"
[build-dependencies]
cc = "1.0"
[features]
default = [] # automatic
libstdcxx = [] # force libstdc++
libcxx = [] # force libc++
nothing = [] # link nothing, determined somewhere else
| [package]
name = "link-cplusplus"
version = "1.0.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Link libstdc++ or libc++ automatically or manually"
repository = "https://github.com/dtolnay/link-cplusplus"
documentation = "https://docs.rs/link-cplusplus"
readme = "README.md"
[build-dependencies]
cc = "1.0"
[features]
default = [] # automatic
libstdcxx = [] # force libstdc++
libcxx = [] # force libc++
nothing = [] # link nothing, determined somewhere else
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
|
Upgrade airbrake to a version which supports stack trace | [[constraint]]
name = "github.com/airbrake/gobrake"
version = "3.0.1"
[[constraint]]
name = "github.com/bugsnag/bugsnag-go"
version = "1.1.1"
[[constraint]]
name = "github.com/go-kit/kit"
version = "0.7.0"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"
[[constraint]]
branch = "master"
name = "github.com/vektra/mockery"
[prune]
go-tests = true
unused-packages = true
| [[constraint]]
name = "github.com/airbrake/gobrake"
version = "3.2.0"
[[constraint]]
name = "github.com/bugsnag/bugsnag-go"
version = "1.1.1"
[[constraint]]
name = "github.com/go-kit/kit"
version = "0.7.0"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"
[[constraint]]
branch = "master"
name = "github.com/vektra/mockery"
[prune]
go-tests = true
unused-packages = true
|
Fix versions to get master building | [package]
name = "metrics"
version = "0.1.1"
authors = ["Endre Karlson <endre.karlson@gmail.com>", "Alex Newman <posix4e@gmail.com>"]
description = "Coda Hale style metrics for rust"
documentation = "https://github.com/posix4e/rust-metrics/"
homepage = "https://github.com/posix4e/rust-metrics/"
repository = "https://github.com/posix4e/rust-metrics/"
readme = "README.md"
keywords = ["metrics", "graphite", "ganglia", "opentsdb"]
license = "MIT/Apache-2.0"
[dependencies]
time = "0.1.35"
histogram = "0.6.1"
log = "0.3.6"
iron = "0.3.0"
router = "0.1."
# should be a dev dependency but this speeds up docker
# We should double check the version
hyper = "0.9.6"
protobuf = "1.0.21"
persistent = "0.0.6"
| [package]
name = "metrics"
version = "0.1.1"
authors = ["Endre Karlson <endre.karlson@gmail.com>", "Alex Newman <posix4e@gmail.com>"]
description = "Coda Hale style metrics for rust"
documentation = "https://github.com/posix4e/rust-metrics/"
homepage = "https://github.com/posix4e/rust-metrics/"
repository = "https://github.com/posix4e/rust-metrics/"
readme = "README.md"
keywords = ["metrics", "graphite", "ganglia", "opentsdb"]
license = "MIT/Apache-2.0"
[dependencies]
time = "0.1.35"
histogram = "0.6.1"
log = "0.3.6"
iron = "0.3.0"
router = "0.1.1"
# should be a dev dependency but this speeds up docker
# We should double check the version
hyper = "0.9.9"
protobuf = "1.0.21"
persistent = "0.1.0"
|
Disable `hyper`s openssl support; Chrome/PPAPI handles `https`. | [package]
name = "ppapi"
version = "0.1.2"
authors = ["Richard Diamond <wichard@vitalitystudios.com>"]
links = "helper"
build = "src/build.rs"
description = "Rust idiomatic bindings to parts of the Pepper API"
repository = "https://github.com/DiamondLovesYou/rust-ppapi.git"
documentation = "http://diamondlovesyou.github.io/rust-ppapi/docs/ppapi/index.html"
license = "MPL-2.0"
readme = "README.md"
keywords = [ "PNaCl", "NaCl", "Pepper" ]
exclude = [ "*.so", "build.sh" ]
[lib]
name = "ppapi"
path = "src/lib/lib.rs"
doc = true
[dependencies]
log = "*"
openssl = "*"
url = "*"
hyper = "*"
httparse = "*"
libc = "0.1.6"
[build-dependencies.pnacl-build-helper]
version = "*"
[features]
default = ["pepper"]
pepper = []
| [package]
name = "ppapi"
version = "0.1.2"
authors = ["Richard Diamond <wichard@vitalitystudios.com>"]
links = "helper"
build = "src/build.rs"
description = "Rust idiomatic bindings to parts of the Pepper API"
repository = "https://github.com/DiamondLovesYou/rust-ppapi.git"
documentation = "http://diamondlovesyou.github.io/rust-ppapi/docs/ppapi/index.html"
license = "MPL-2.0"
readme = "README.md"
keywords = [ "PNaCl", "NaCl", "Pepper" ]
exclude = [ "*.so", "build.sh" ]
[lib]
name = "ppapi"
path = "src/lib/lib.rs"
doc = true
[dependencies]
log = "*"
url = "*"
httparse = "*"
libc = "0.1.6"
[dependencies.hyper]
version = "*"
default-features = false
[build-dependencies.pnacl-build-helper]
version = "*"
[features]
default = ["pepper"]
pepper = []
|
Update minor version to `0.1.5` | [package]
name = "rsoundio"
version = "0.1.4"
authors = ["Andreas Linz <klingt.net@gmail.com>"]
description = "libsoundio bindings for Rust"
keywords = ["audio", "stream", "recording"]
documentation = "https://docs.klingt.net/rustdoc/rsoundio"
repository = "https://github.com/klingtnet/rsoundio"
license = "MIT/Apache-2.0"
readme = "README.md"
links = "soundio"
build = "build.rs"
[dependencies]
[build-dependencies]
pkg-config = "0.3.7"
[dev-dependencies]
rci = "0.1.*"
rb = "^0.2"
| [package]
name = "rsoundio"
version = "0.1.5"
authors = ["Andreas Linz <klingt.net@gmail.com>"]
description = "libsoundio bindings for Rust"
keywords = ["audio", "stream", "recording"]
documentation = "https://docs.klingt.net/rustdoc/rsoundio"
repository = "https://github.com/klingtnet/rsoundio"
license = "MIT/Apache-2.0"
readme = "README.md"
links = "soundio"
build = "build.rs"
[dependencies]
[build-dependencies]
pkg-config = "0.3.7"
[dev-dependencies]
rci = "0.1.*"
rb = "^0.2"
|
Remove `~` in nom dependency | [package]
name = "piston-opengex"
version = "0.3.0"
authors = ["bvssvni <bvssvni@gmail.com>"]
keywords = ["opengex", "3D", "data", "model", "piston"]
description = "Meta rules for parsing the OpenGEX format"
license = "MIT"
readme = "README.md"
repository = "https://github.com/pistondevelopers/opengex.git"
homepage = "https://github.com/pistondevelopers/opengex"
[lib]
name = "opengex"
path = "src/lib.rs"
[dependencies]
piston_meta = "0.15.0"
nom = "~1.0.0"
vec_map = "0.3"
[dev-dependencies]
gfx = "*"
gfx_device_gl = "*"
piston_window = "0.19.0"
vecmath = "*"
camera_controllers = "0.7.0"
pistoncore-sdl2_window = "0.12.0"
piston_meta_search = "0.5.0"
| [package]
name = "piston-opengex"
version = "0.3.0"
authors = ["bvssvni <bvssvni@gmail.com>"]
keywords = ["opengex", "3D", "data", "model", "piston"]
description = "Meta rules for parsing the OpenGEX format"
license = "MIT"
readme = "README.md"
repository = "https://github.com/pistondevelopers/opengex.git"
homepage = "https://github.com/pistondevelopers/opengex"
[lib]
name = "opengex"
path = "src/lib.rs"
[dependencies]
piston_meta = "0.15.0"
nom = "1.0.0"
vec_map = "0.3"
[dev-dependencies]
gfx = "*"
gfx_device_gl = "*"
piston_window = "0.19.0"
vecmath = "*"
camera_controllers = "0.7.0"
pistoncore-sdl2_window = "0.12.0"
piston_meta_search = "0.5.0"
|
Update version for documentation fix/choco release | [package]
name = "annatar"
version = "0.3.2"
authors = ["J/A <archer884@gmail.com>"]
license = "MIT/Apache-2.0"
keywords = ["image", "image-manipulation", "meme", "pepe", "kek"]
readme = "README.md"
repository = "https://github.com/archer884/annatar"
homepage = "https://github.com/archer884/annatar"
categories = ["multimedia::images"]
description = """
A command line tool for making memes.
"""
[dependencies]
artano = "0.2.3"
clap = "2.28"
reqwest = "0.8"
| [package]
name = "annatar"
version = "0.3.3"
authors = ["J/A <archer884@gmail.com>"]
license = "MIT/Apache-2.0"
keywords = ["image", "image-manipulation", "meme", "pepe", "kek"]
readme = "README.md"
repository = "https://github.com/archer884/annatar"
homepage = "https://github.com/archer884/annatar"
categories = ["multimedia::images"]
description = """
A command line tool for making memes.
"""
[dependencies]
artano = "0.2.3"
clap = "2.28"
reqwest = "0.8"
|
Move hyper dependency out of [patch] section | [package]
name = "hyper-websocket"
version = "0.1.0"
authors = ["Michael Smith <michael@spinda.net>"]
[dependencies]
bytes = "0.4"
futures = "0.1"
hyper = "0.11"
tokio-io = "0.1"
[dependencies.websocket]
version = "0.20"
default-features = false
features = ["async"]
[dev-dependencies]
tokio-core = "0.1"
tokio-service = "0.1"
tokio-timer = "0.1"
[patch.crates-io.hyper]
git = "https://github.com/spinda/hyper"
rev = "fca6c34fcec5c073052ab5c223369791460f8959"
| [package]
name = "hyper-websocket"
version = "0.1.0"
authors = ["Michael Smith <michael@spinda.net>"]
[dependencies]
bytes = "0.4"
futures = "0.1"
tokio-io = "0.1"
[dependencies.hyper]
git = "https://github.com/spinda/hyper"
rev = "fca6c34fcec5c073052ab5c223369791460f8959"
[dependencies.websocket]
version = "0.20"
default-features = false
features = ["async"]
[dev-dependencies]
tokio-core = "0.1"
tokio-service = "0.1"
tokio-timer = "0.1"
|
Update glob 0.2.10 -> 0.2.11 | [package]
name = "libimagstore"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
fs2 = "0.2.2"
glob = "0.2.10"
lazy_static = "0.1.15"
log = "0.3.5"
regex = "0.1.54"
semver = "0.2"
toml = "0.1.25"
version = "2.0.1"
[dev-dependencies]
tempdir = "0.3.4"
env_logger = "0.3"
| [package]
name = "libimagstore"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
fs2 = "0.2.2"
glob = "0.2.11"
lazy_static = "0.1.15"
log = "0.3.5"
regex = "0.1.54"
semver = "0.2"
toml = "0.1.25"
version = "2.0.1"
[dev-dependencies]
tempdir = "0.3.4"
env_logger = "0.3"
|
Set min. Hugo version to 0.17 | name = "Steam"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
description = "A minimal theme for bloggers."
homepage = "//github.com/digitalcraftsman/hugo-steam-theme"
tags = ["google analytics", "disqus", "blog", "minimal"]
features = []
min_version = 0.14
[author]
name = "Digitalcraftsman"
homepage = "//github.com/digitalcraftsman/"
# Author who used the Vapor theme as foundation for Steam
[[original]]
name = "Tommaso Barbato"
homepage = "//torb.at/"
repo = "//github.com/epistrephein/Steam"
# Original creator of the Vapor theme
[[original]]
name = "Seth Lilly"
homepage = "//www.sethlilly.com/"
repo = "//github.com/sethlilly/Vapor" | name = "Steam"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
description = "A minimal theme for bloggers."
homepage = "//github.com/digitalcraftsman/hugo-steam-theme"
tags = ["google analytics", "disqus", "blog", "minimal"]
features = []
min_version = 0.17
[author]
name = "Digitalcraftsman"
homepage = "//github.com/digitalcraftsman/"
# Author who used the Vapor theme as foundation for Steam
[[original]]
name = "Tommaso Barbato"
homepage = "//torb.at/"
repo = "//github.com/epistrephein/Steam"
# Original creator of the Vapor theme
[[original]]
name = "Seth Lilly"
homepage = "//www.sethlilly.com/"
repo = "//github.com/sethlilly/Vapor" |
Add Ruby version to speed up builds | [build]
[build.environment]
HUGO_VERSION = "0.54.0"
[context.production]
command = "hugo --gc"
[context.production.environment]
HUGO_VERSION = "0.54.0"
HUGO_ENV = "PRODUCTION"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.54.0"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "0.54.0"
| [build]
[build.environment]
HUGO_VERSION = "0.54.0"
RUBY_VERSION = "2.6.2"
[context.production]
command = "hugo --gc"
[context.production.environment]
HUGO_VERSION = "0.54.0"
HUGO_ENV = "PRODUCTION"
RUBY_VERSION = "2.6.2"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.54.0"
RUBY_VERSION = "2.6.2"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "0.54.0"
RUBY_VERSION = "2.6.2"
|
Use "derive" feature for serde | [package]
name = "pnet_datalink"
version = "0.26.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>", "Linus Färnstrand <faern@faern.net>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Cross-platform, datalink layer networking."
readme = "../README.md"
keywords = ["networking", "datalink", "ethernet", "raw"]
categories = ["network-programming"]
[features]
netmap = []
[dependencies]
libc = "0.2.42"
ipnetwork = "0.16.0"
pnet_base = "0.26.0"
pnet_sys = { path = "../pnet_sys", version = "0.26.0" }
pcap = { version = "0.7", optional = true }
netmap_sys = { version = ">=0.0", optional = true, features = ["netmap_with_libs"] }
serde = { version = "~1", optional = true, default-features = false }
[target.'cfg(windows)'.dependencies]
winapi = "0.3.8"
[package.metadata.docs.rs]
# Enable the serde feature when generating docs on docs.rs, so the traits are visible
features = ["serde"]
| [package]
name = "pnet_datalink"
version = "0.26.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>", "Linus Färnstrand <faern@faern.net>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Cross-platform, datalink layer networking."
readme = "../README.md"
keywords = ["networking", "datalink", "ethernet", "raw"]
categories = ["network-programming"]
[features]
netmap = []
[dependencies]
libc = "0.2.42"
ipnetwork = "0.16.0"
pnet_base = "0.26.0"
pnet_sys = { path = "../pnet_sys", version = "0.26.0" }
pcap = { version = "0.7", optional = true }
netmap_sys = { version = ">=0.0", optional = true, features = ["netmap_with_libs"] }
serde = { version = "~1", optional = true, default-features = false, features = [ "derive" ] }
[target.'cfg(windows)'.dependencies]
winapi = "0.3.8"
[package.metadata.docs.rs]
# Enable the serde feature when generating docs on docs.rs, so the traits are visible
features = ["serde"]
|
Use -unknown for gcc and g++ | [rust]
backtrace = false
[target.x86_64-unknown-redox]
cc = "x86_64-elf-redox-gcc"
cxx = "x86_64-elf-redox-g++"
llvm-config = "./llvm-config"
[build]
host = ["x86_64-unknown-redox"]
target = ["x86_64-unknown-redox"]
| [rust]
backtrace = false
[target.x86_64-unknown-redox]
cc = "x86_64-unknown-redox-gcc"
cxx = "x86_64-unknown-redox-g++"
llvm-config = "./llvm-config"
[build]
host = ["x86_64-unknown-redox"]
target = ["x86_64-unknown-redox"]
|
Enable lto for release builds | [package]
name = "rusty-hash"
version = "1.1.0"
description = "Simple CLI utility to calculate or compare file checksums"
authors = ["Douman <douman@gmx.se>"]
license = "MIT"
keywords = ["checksum"]
repository = "https://github.com/DoumanAsh/rusty-hash"
[dependencies]
rust-crypto = "^0.2.34"
memmap = "^0.2.3"
[[bin]]
name = "rusty-hash"
path = "src/main.rs"
[lib]
name = "checksum"
path = "src/checksum.rs"
| [package]
name = "rusty-hash"
version = "1.1.0"
description = "Simple CLI utility to calculate or compare file checksums"
authors = ["Douman <douman@gmx.se>"]
license = "MIT"
keywords = ["checksum"]
repository = "https://github.com/DoumanAsh/rusty-hash"
[profile.release]
lto = true
[dependencies]
rust-crypto = "^0.2.34"
memmap = "^0.2.3"
[[bin]]
name = "rusty-hash"
path = "src/main.rs"
[lib]
name = "checksum"
path = "src/checksum.rs"
|
Remove dependency on "syn/proc_macro" feature | [package]
name = "syn-mid"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.2.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
license = "Apache-2.0/MIT"
description = "Providing the features between \"full\" and \"derive\" of syn."
repository = "https://github.com/taiki-e/syn-mid"
documentation = "https://docs.rs/syn-mid/"
readme = "README.md"
keywords = ["syn", "macros"]
categories = ["development-tools::procedural-macro-helpers"]
exclude = ["/.travis.yml"]
[workspace]
members = ["examples/const_fn", "examples/const_fn_test"]
[dependencies]
proc-macro2 = "0.4.19"
quote = "0.6"
[dependencies.syn]
version = "0.15.22"
default-features = false
features = ["parsing", "printing", "proc-macro", "derive"]
[features]
default = []
clone-impls = ["syn/clone-impls"]
| [package]
name = "syn-mid"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.2.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
license = "Apache-2.0/MIT"
description = "Providing the features between \"full\" and \"derive\" of syn."
repository = "https://github.com/taiki-e/syn-mid"
documentation = "https://docs.rs/syn-mid/"
readme = "README.md"
keywords = ["syn", "macros"]
categories = ["development-tools::procedural-macro-helpers"]
exclude = ["/.travis.yml"]
[workspace]
members = ["examples/const_fn", "examples/const_fn_test"]
[dependencies]
proc-macro2 = "0.4.19"
quote = "0.6"
[dependencies.syn]
version = "0.15.22"
default-features = false
features = ["parsing", "printing", "derive"]
[features]
default = []
clone-impls = ["syn/clone-impls"]
|
Include setuptools and wheel as build dependencies | [build-system]
requires = ["Cython>=0.22", "numpy>=1.10.0", "pystan>=2.14"]
| [build-system]
requires = ["Cython>=0.22", "numpy>=1.10.0", "pystan>=2.14", "setuptools", "wheel"]
|
Use upstream Aster now that PR has been merged. | [workspace]
members = [
"lib/",
"codegen/",
"contrib/",
"examples/cookies",
"examples/errors",
"examples/extended_validation",
"examples/forms",
"examples/hello_person",
"examples/query_params",
"examples/hello_world",
"examples/manual_routes",
"examples/optional_redirect",
"examples/optional_result",
"examples/redirect",
"examples/static_files",
"examples/todo",
"examples/content_types",
"examples/hello_ranks",
"examples/testing",
"examples/from_request",
"examples/stream",
"examples/json",
"examples/handlebars_templates",
]
[replace]
"aster:0.26.1" = { git = "https://github.com/jchlapinski/aster" }
| [workspace]
members = [
"lib/",
"codegen/",
"contrib/",
"examples/cookies",
"examples/errors",
"examples/extended_validation",
"examples/forms",
"examples/hello_person",
"examples/query_params",
"examples/hello_world",
"examples/manual_routes",
"examples/optional_redirect",
"examples/optional_result",
"examples/redirect",
"examples/static_files",
"examples/todo",
"examples/content_types",
"examples/hello_ranks",
"examples/testing",
"examples/from_request",
"examples/stream",
"examples/json",
"examples/handlebars_templates",
]
|
Package name should be 'pretty' for cargo deps | [package]
name = "rust-pretty"
version = "0.0.1"
authors = ["Jonathan Sterling <jon@jonmsterling.com>"]
[lib]
name = "pretty"
path = "src/pretty/lib.rs"
[[bin]]
name = "pretty"
path = "src/bin/main.rs"
| [package]
name = "pretty"
version = "0.0.1"
authors = ["Jonathan Sterling <jon@jonmsterling.com>"]
[lib]
name = "pretty"
path = "src/pretty/lib.rs"
[[bin]]
name = "pretty"
path = "src/bin/main.rs"
|
Use correct gcc for openssl | [source]
git = "https://gitlab.redox-os.org/redox-os/openssl.git"
branch = "redox"
[build]
template = "custom"
script = """
ARCH="${TARGET%%-*}"
COOKBOOK_CONFIGURE="${COOKBOOK_SOURCE}/Configure"
COOKBOOK_CONFIGURE_FLAGS=(
no-shared
no-dgram
"redox-${ARCH}"
--prefix="/"
)
cookbook_configure
rm -rfv "${COOKBOOK_STAGE}/"{share,ssl}
"""
| [source]
git = "https://gitlab.redox-os.org/redox-os/openssl.git"
branch = "redox"
[build]
template = "custom"
script = """
ARCH="${TARGET%%-*}"
COOKBOOK_CONFIGURE="${COOKBOOK_SOURCE}/Configure"
COOKBOOK_CONFIGURE_FLAGS=(
no-shared
no-dgram
"redox-${ARCH}"
--prefix="/"
)
export CC="${TARGET}-gcc"
cookbook_configure
rm -rfv "${COOKBOOK_STAGE}/"{share,ssl}
"""
|
Revert "Add py39 to black config" | [tool.black]
line-length = 120
target-version = ["py36", "py37", "py38", "py39"]
| [tool.black]
line-length = 120
target-version = ["py36", "py37", "py38"]
|
Update repository URL and readme path | [package]
name = "acme-client"
description = "Easy to use ACME client library to issue, renew and revoke TLS certificates"
version = "0.4.5"
authors = ["Onur Aslan <onur@onur.im>"]
license = "MIT"
keywords = ["letsencrypt", "acme"]
readme = "../README.md"
documentation = "https://docs.rs/acme-client"
repository = "https://github.com/onur/letsencrypt-rs"
[dependencies]
error-chain = "0.11"
log = "0.3"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
base64 = "0.9"
hyper = "0.10"
reqwest = "0.6"
openssl = "0.9.11"
clap = { version = "2", optional = true }
env_logger = { version = "0.4", optional = true }
[dev-dependencies]
env_logger = "0.4"
[[bin]]
name = "acme-client"
required-features = ["cli"]
[features]
default = ["cli"]
cli = ["clap", "env_logger"]
| [package]
name = "acme-client"
description = "Easy to use ACME client library to issue, renew and revoke TLS certificates"
version = "0.4.5"
authors = ["Onur Aslan <onur@onur.im>"]
license = "MIT"
keywords = ["letsencrypt", "acme"]
readme = "README.md"
documentation = "https://docs.rs/acme-client"
repository = "https://github.com/onur/acme-client"
[dependencies]
error-chain = "0.11"
log = "0.3"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
base64 = "0.9"
hyper = "0.10"
reqwest = "0.6"
openssl = "0.9.11"
clap = { version = "2", optional = true }
env_logger = { version = "0.4", optional = true }
[dev-dependencies]
env_logger = "0.4"
[[bin]]
name = "acme-client"
required-features = ["cli"]
[features]
default = ["cli"]
cli = ["clap", "env_logger"]
|
Switch the dependency on x11 to be linux-only | [package]
name = "layers"
version = "0.1.0"
authors = ["The Servo Project Developers"]
[dependencies]
libc = "*"
rustc-serialize = "*"
log = "*"
[dependencies.geom]
git = "https://github.com/servo/rust-geom"
[dependencies.core_foundation]
git = "https://github.com/servo/rust-core-foundation"
[dependencies.io_surface]
git = "https://github.com/servo/rust-io-surface"
[dependencies.x11]
version = "1.0.1"
features = ["xlib"]
[dependencies.egl]
git = "https://github.com/servo/rust-egl"
[dependencies.glx]
git = "https://github.com/servo/rust-glx"
[dependencies.cgl]
git = "https://github.com/servo/rust-cgl"
[dependencies.gleam]
git = "https://github.com/servo/gleam"
[dependencies.skia]
git = "https://github.com/servo/skia"
[dependencies.azure]
git = "https://github.com/servo/rust-azure"
| [package]
name = "layers"
version = "0.1.0"
authors = ["The Servo Project Developers"]
[dependencies]
libc = "*"
rustc-serialize = "*"
log = "*"
[dependencies.geom]
git = "https://github.com/servo/rust-geom"
[dependencies.core_foundation]
git = "https://github.com/servo/rust-core-foundation"
[dependencies.io_surface]
git = "https://github.com/servo/rust-io-surface"
[target.i686-unknown-linux-gnu.dependencies.x11]
version = "1.0.1"
features = ["xlib"]
[target.x86_64-unknown-linux-gnu.dependencies.x11]
version = "1.0.1"
features = ["xlib"]
[dependencies.egl]
git = "https://github.com/servo/rust-egl"
[dependencies.glx]
git = "https://github.com/servo/rust-glx"
[dependencies.cgl]
git = "https://github.com/servo/rust-cgl"
[dependencies.gleam]
git = "https://github.com/servo/gleam"
[dependencies.skia]
git = "https://github.com/servo/skia"
[dependencies.azure]
git = "https://github.com/servo/rust-azure"
|
Update hyper dependency to prevent compilation errors on older rustc versions | [package]
name = "shadertoy-rs"
version = "0.4.2"
authors = ["Federico Menozzi <federicogmenozzi@gmail.com>"]
description = "A desktop client for Shadertoy written in Rust"
documentation = "https://github.com/fmenozzi/shadertoy-rs"
homepage = "https://github.com/fmenozzi/shadertoy-rs"
repository = "https://github.com/fmenozzi/shadertoy-rs"
readme = "README.md"
license = "MIT"
keywords = ["shadertoy", "graphics", "shaders"]
categories = ["rendering"]
[dependencies]
gfx = "0.14"
gfx_window_glutin = "0.14"
glutin = "0.7"
clap = { version = "2.23.2", features = ["yaml"] }
image = "0.13"
log = "0.3"
env_logger = "0.3"
hyper = "0.7"
url = "1.4"
serde_json = "1.0"
[[bin]]
path = "src/main.rs"
name = "shadertoy"
| [package]
name = "shadertoy-rs"
version = "0.4.2"
authors = ["Federico Menozzi <federicogmenozzi@gmail.com>"]
description = "A desktop client for Shadertoy written in Rust"
documentation = "https://github.com/fmenozzi/shadertoy-rs"
homepage = "https://github.com/fmenozzi/shadertoy-rs"
repository = "https://github.com/fmenozzi/shadertoy-rs"
readme = "README.md"
license = "MIT"
keywords = ["shadertoy", "graphics", "shaders"]
categories = ["rendering"]
[dependencies]
gfx = "0.14"
gfx_window_glutin = "0.14"
glutin = "0.7"
clap = { version = "2.23.2", features = ["yaml"] }
image = "0.13"
log = "0.3"
env_logger = "0.3"
hyper = "0.10"
url = "1.4"
serde_json = "1.0"
[[bin]]
path = "src/main.rs"
name = "shadertoy"
|
Disable blood letting edge features | cargo-features = ["default-run"]
[package]
authors = ["Scott Olson <scott@solson.me>"]
description = "An experimental interpreter for Rust MIR."
license = "MIT/Apache-2.0"
name = "miri"
repository = "https://github.com/solson/miri"
version = "0.1.0"
build = "build.rs"
default-run = "miri"
[[bin]]
doc = false
name = "miri"
path = "src/bin/miri.rs"
[[bin]]
doc = false
name = "cargo-miri"
path = "src/bin/cargo-miri.rs"
required-features = ["cargo_miri"]
[dependencies]
byteorder = { version = "1.1", features = ["i128"]}
cargo_metadata = { version = "0.6", optional = true }
regex = "1.0"
lazy_static = "1.0"
env_logger = "0.5.0-rc.1"
log = "0.4"
[features]
cargo_miri = ["cargo_metadata"]
[dev-dependencies]
compiletest_rs = { version = "0.3.4", features = ["tmp"] }
colored = "1.6"
| [package]
authors = ["Scott Olson <scott@solson.me>"]
description = "An experimental interpreter for Rust MIR."
license = "MIT/Apache-2.0"
name = "miri"
repository = "https://github.com/solson/miri"
version = "0.1.0"
build = "build.rs"
[[bin]]
doc = false
name = "miri"
path = "src/bin/miri.rs"
[[bin]]
doc = false
name = "cargo-miri"
path = "src/bin/cargo-miri.rs"
required-features = ["cargo_miri"]
[dependencies]
byteorder = { version = "1.1", features = ["i128"]}
cargo_metadata = { version = "0.6", optional = true }
regex = "1.0"
lazy_static = "1.0"
env_logger = "0.5.0-rc.1"
log = "0.4"
[features]
cargo_miri = ["cargo_metadata"]
[dev-dependencies]
compiletest_rs = { version = "0.3.4", features = ["tmp"] }
colored = "1.6"
|
Bump version number and remove unnecessary deps. | [package]
name = "jobsteal"
version = "0.2.0"
authors = ["rphmeier <rphmeier@gmail.com>"]
description = "A work-stealing fork-join threadpool written in Rust."
documentation = "https://rphmeier.github.io/jobsteal/"
license = "MIT/Apache-2.0"
repository = "https://github.com/rphmeier/jobsteal"
keywords = ['fork', 'join', 'job', 'threadpool', 'pool']
[dependencies]
rand = "0.3"
crossbeam = "0.1.6"
[features]
nightly = [] | [package]
name = "jobsteal"
version = "0.2.1"
authors = ["rphmeier <rphmeier@gmail.com>"]
description = "A work-stealing fork-join threadpool written in Rust."
documentation = "https://rphmeier.github.io/jobsteal/"
license = "MIT/Apache-2.0"
repository = "https://github.com/rphmeier/jobsteal"
keywords = ['fork', 'join', 'job', 'threadpool', 'pool']
[features]
nightly = [] |
Update zmq requirement from 0.9.0 to 0.10.0 | [package]
name = "pericortex"
version = "0.2.4"
edition = "2021"
authors = ["Deyan Ginev <d.ginev@jacobs-university.de>"]
[lib]
name = "pericortex"
crate-type = ["lib", "dylib"]
[[bin]]
required-features = ["engrafo"]
name = "engrafo_worker"
path = "bin/engrafo_worker.rs"
[features]
default=[]
engrafo=[]
[package.metadata.docs.rs]
features = ["engrafo"]
no-default-features = true
[dependencies]
rand = "0.8.0"
zmq = "0.9.0"
zip = "0.6.0"
num_cpus = "1.10.0"
tempdir = "0.3.7"
tempfile = "3.0.7"
walkdir = "2.2.7"
hostname = "0.3.0"
log = "0.4.0"
ansi_term = "0.12.0"
chrono = "0.4.6" | [package]
name = "pericortex"
version = "0.2.4"
edition = "2021"
authors = ["Deyan Ginev <d.ginev@jacobs-university.de>"]
[lib]
name = "pericortex"
crate-type = ["lib", "dylib"]
[[bin]]
required-features = ["engrafo"]
name = "engrafo_worker"
path = "bin/engrafo_worker.rs"
[features]
default=[]
engrafo=[]
[package.metadata.docs.rs]
features = ["engrafo"]
no-default-features = true
[dependencies]
rand = "0.8.0"
zmq = "0.10.0"
zip = "0.6.0"
num_cpus = "1.10.0"
tempdir = "0.3.7"
tempfile = "3.0.7"
walkdir = "2.2.7"
hostname = "0.3.0"
log = "0.4.0"
ansi_term = "0.12.0"
chrono = "0.4.6" |
Expand the description to included implementations | [package]
name = "rustc-serialize"
version = "0.2.8"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/rustc-serialize"
homepage = "https://github.com/rust-lang/rustc-serialize"
documentation = "http://doc.rust-lang.org/rustc-serialize"
description = """
Generic serialization/deserialization support corresponding to the
`derive(RustcEncodable, RustcDecodable)` mode in the compiler.
"""
| [package]
name = "rustc-serialize"
version = "0.2.8"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/rustc-serialize"
homepage = "https://github.com/rust-lang/rustc-serialize"
documentation = "http://doc.rust-lang.org/rustc-serialize"
description = """
Generic serialization/deserialization support corresponding to the
`derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes
support for hex, base64, and json encoding and decoding.
"""
|
Fix include directories for package | [package]
name = "pvm"
version = "0.1.0"
authors = ["Andrew Marmaduke <marmaduke.andrew@gmail.com>"]
description = "A parsing virtual machine with a focus on expressibility of grammars."
repository = "https://github.com/amarmaduke/pvm"
readme = "README.md"
keywords = ["parser", "parsing", "left-recursion", "mutual-recursion", "peg", "parsing-expression-grammars", "virtual", "machine"]
categories = ["parsing"]
license = "MIT"
[dependencies]
[dev-dependencies]
rand = "0.3" | [package]
name = "pvm"
version = "0.1.0"
authors = ["Andrew Marmaduke <marmaduke.andrew@gmail.com>"]
description = "A parsing virtual machine with a focus on expressibility of grammars."
repository = "https://github.com/amarmaduke/pvm"
readme = "README.md"
keywords = ["parser", "parsing", "left-recursion", "mutual-recursion", "peg", "parsing-expression-grammars", "virtual", "machine"]
categories = ["parsing"]
license = "MIT"
include = [
"LICENSE",
".gitignore",
".travis.yml",
"Cargo.toml",
"src/*.rs",
"tests/*.rs",
"tests/grammars/*.peg"
]
[dependencies]
[dev-dependencies]
rand = "0.3" |
Add rand back as a dev-dependency for tests | [package]
name = "rustracer"
version = "0.1.0"
authors = ["Antoine Büsch <antoine.busch@gmail.com>"]
[[bin]]
name = "main"
doc = false
[dependencies]
approx = "0.1"
bitflags = "0.7"
chrono = "0.2"
clap = "2"
crossbeam = "0.2"
# ieee754 = "0.2"
ieee754 = { git = "https://github.com/abusch/ieee754.git" }
image = "0.12"
itertools = "0.5"
nalgebra = "0.10"
num = "0.1"
num_cpus = "1"
rustc-serialize = "0.3"
slog = "1"
slog-scope = "0.2"
slog-stream = "1"
thread-id = "3"
tobj = "0.1"
[dependencies.uuid]
version = "0.3"
features = ["v4"]
[profile.release]
opt-level = 3
debug = true
rpath = false
lto = false
| [package]
name = "rustracer"
version = "0.1.0"
authors = ["Antoine Büsch <antoine.busch@gmail.com>"]
[[bin]]
name = "main"
doc = false
[dependencies]
approx = "0.1"
bitflags = "0.7"
chrono = "0.2"
clap = "2"
crossbeam = "0.2"
# ieee754 = "0.2"
ieee754 = { git = "https://github.com/abusch/ieee754.git" }
image = "0.12"
itertools = "0.5"
nalgebra = "0.10"
num = "0.1"
num_cpus = "1"
rustc-serialize = "0.3"
slog = "1"
slog-scope = "0.2"
slog-stream = "1"
thread-id = "3"
tobj = "0.1"
[dependencies.uuid]
version = "0.3"
features = ["v4"]
[dev-dependencies]
rand = "0.3"
[profile.release]
opt-level = 3
debug = true
rpath = false
lto = false
|
Add dependencies (including temporary local copies) | [package]
name = "certitude"
version = "0.1.0"
authors = ["Cory Benfield <lukasaoz@gmail.com>"]
[dependencies]
| [package]
name = "certitude"
version = "0.1.0"
authors = ["Cory Benfield <lukasaoz@gmail.com>"]
[dependencies]
libc = "0.2"
core-foundation = "0.2"
[dependencies.security-framework]
path = "../rust-security-framework/security-framework"
[dependencies.security-framework-sys]
path = "../rust-security-framework/security-framework-sys"
|
Disable default features of proc-macro2 and quote | [package]
name = "syn-mid"
version = "0.5.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/syn-mid"
homepage = "https://github.com/taiki-e/syn-mid"
documentation = "https://docs.rs/syn-mid"
keywords = ["syn", "macros"]
categories = ["development-tools::procedural-macro-helpers"]
readme = "README.md"
description = """
Providing the features between \"full\" and \"derive\" of syn.
"""
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[workspace]
members = ["examples/const_fn", "examples/const_fn_test"]
[features]
clone-impls = ["syn/clone-impls"]
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0.30", default-features = false, features = ["parsing", "printing", "derive"] }
| [package]
name = "syn-mid"
version = "0.5.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/syn-mid"
homepage = "https://github.com/taiki-e/syn-mid"
documentation = "https://docs.rs/syn-mid"
keywords = ["syn", "macros"]
categories = ["development-tools::procedural-macro-helpers"]
readme = "README.md"
description = """
Providing the features between \"full\" and \"derive\" of syn.
"""
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[workspace]
members = ["examples/const_fn", "examples/const_fn_test"]
[features]
clone-impls = ["syn/clone-impls"]
[dependencies]
proc-macro2 = { version = "1.0", default-features = false }
quote = { version = "1.0", default-features = false }
syn = { version = "1.0.30", default-features = false, features = ["parsing", "printing", "derive"] }
|
Update glam requirement from 0.13.0 to 0.14.0 | [package]
name = "bvh"
description = "A fast BVH using SAH"
version = "0.5.0"
edition = "2018"
authors = [
"Sven-Hendrik Haase <svenstaro@gmail.com>",
"Alexander Dmitriev <alexander.dmitriev2580@gmail.com>"
]
readme = "README.md"
repository = "https://github.com/svenstaro/bvh"
documentation = "https://docs.rs/crate/bvh"
keywords = ["bvh", "bounding", "volume", "sah", "aabb"]
license = "MIT"
[dependencies]
approx = "0.4"
rand = "0.8"
log = "0.4"
num = "0.4"
glam = "0.13.0"
[dev-dependencies]
proptest = "1.0.0"
obj-rs = "0.6"
float_eq = "0.5.0"
[features]
bench = []
[profile.release]
lto = true
codegen-units = 1
[profile.bench]
lto = true
codegen-units = 1
| [package]
name = "bvh"
description = "A fast BVH using SAH"
version = "0.5.0"
edition = "2018"
authors = [
"Sven-Hendrik Haase <svenstaro@gmail.com>",
"Alexander Dmitriev <alexander.dmitriev2580@gmail.com>"
]
readme = "README.md"
repository = "https://github.com/svenstaro/bvh"
documentation = "https://docs.rs/crate/bvh"
keywords = ["bvh", "bounding", "volume", "sah", "aabb"]
license = "MIT"
[dependencies]
approx = "0.4"
rand = "0.8"
log = "0.4"
num = "0.4"
glam = "0.14.0"
[dev-dependencies]
proptest = "1.0.0"
obj-rs = "0.6"
float_eq = "0.5.0"
[features]
bench = []
[profile.release]
lto = true
codegen-units = 1
[profile.bench]
lto = true
codegen-units = 1
|
Update x86 requirement from 0.49 to 0.50 in /x86test | [package]
name = "x86test"
version = "0.0.5"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
repository = "https://github.com/gz/rust-x86"
documentation = "https://docs.rs/x86test"
readme = "README.md"
keywords = ["vm", "os", "amd64", "kvm", "x86-64"]
license = "MIT OR Apache-2.0"
edition = '2018'
description = """
Custom test runner for bare-metal x86 tests.
"""
[dependencies]
x86test-macro = { path = "x86test_macro", version = "0.0.5" }
x86test-types = { path = "x86test_types", version = "0.0.5" }
kvm-sys = "0.3.0"
x86 = { version = "0.49" }
mmap = "0.1.1"
log = "0.4"
klogger = { version = "0.0.11", features = ["use_ioports"] }
| [package]
name = "x86test"
version = "0.0.5"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
repository = "https://github.com/gz/rust-x86"
documentation = "https://docs.rs/x86test"
readme = "README.md"
keywords = ["vm", "os", "amd64", "kvm", "x86-64"]
license = "MIT OR Apache-2.0"
edition = '2018'
description = """
Custom test runner for bare-metal x86 tests.
"""
[dependencies]
x86test-macro = { path = "x86test_macro", version = "0.0.5" }
x86test-types = { path = "x86test_types", version = "0.0.5" }
kvm-sys = "0.3.0"
x86 = { version = "0.50" }
mmap = "0.1.1"
log = "0.4"
klogger = { version = "0.0.11", features = ["use_ioports"] }
|
Include debug symbols when compiling release | [package]
name = "llama"
version = "0.1.0"
authors = ["archshift <gh@archshift.com>"]
build = "build.rs"
[[bin]]
name = "llama-ui"
path = "llama-ui/main.rs"
[dependencies]
capstone = "0.2"
lgl = { git = "https://github.com/archshift/lgl" }
libc = "0.2"
libllama = { path = "libllama" }
log = "0.3"
[build-dependencies]
bindgen = "0.31"
[features]
trace_instructions = ["libllama/trace_instructions"] | [package]
name = "llama"
version = "0.1.0"
authors = ["archshift <gh@archshift.com>"]
build = "build.rs"
[profile.release]
debug = true
[[bin]]
name = "llama-ui"
path = "llama-ui/main.rs"
[dependencies]
capstone = "0.2"
lgl = { git = "https://github.com/archshift/lgl" }
libc = "0.2"
libllama = { path = "libllama" }
log = "0.3"
[build-dependencies]
bindgen = "0.31"
[features]
trace_instructions = ["libllama/trace_instructions"] |
Mark Tiled as non-propagating dev dependency | [package]
name = "calx"
version = "0.0.1"
authors = ["Risto Saarelma <risto.saarelma@iki.fi>"]
description = "Rust game development helper library collection"
keywords = ["gamedev"]
license = "MIT"
[[example]]
name = "demo"
path = "examples/demo.rs"
[[example]]
name = "grid"
path = "examples/grid.rs"
[[example]]
name = "isoworld"
path = "examples/isoworld.rs"
[[example]]
name = "hexworld"
path = "examples/hexworld.rs"
[dependencies.rand]
[dependencies.rustc-serialize]
[dependencies.time]
[dependencies.num]
[dependencies.vec_map]
[dependencies.image]
[dependencies.nalgebra]
[dependencies.tiled]
[dependencies.glutin]
[dependencies.glium]
| [package]
name = "calx"
version = "0.0.1"
authors = ["Risto Saarelma <risto.saarelma@iki.fi>"]
description = "Rust game development helper library collection"
keywords = ["gamedev"]
license = "MIT"
[[example]]
name = "demo"
path = "examples/demo.rs"
[[example]]
name = "grid"
path = "examples/grid.rs"
[[example]]
name = "isoworld"
path = "examples/isoworld.rs"
[[example]]
name = "hexworld"
path = "examples/hexworld.rs"
[dev-dependencies.tiled]
[dependencies.rand]
[dependencies.rustc-serialize]
[dependencies.time]
[dependencies.num]
[dependencies.vec_map]
[dependencies.image]
[dependencies.nalgebra]
[dependencies.glutin]
[dependencies.glium]
|
Update to wasmparser 0.9.4 for a bugfix in create_binary_reader. | [package]
name = "cretonne-wasm"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
description = "Translator from WebAssembly to Cretonne IL"
repository = "https://github.com/stoklund/cretonne"
license = "Apache-2.0"
[lib]
name = "cton_wasm"
[dependencies]
wasmparser = "0.9.3"
cretonne = { path = "../cretonne" }
cretonne-frontend = { path = "../frontend" }
| [package]
name = "cretonne-wasm"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
description = "Translator from WebAssembly to Cretonne IL"
repository = "https://github.com/stoklund/cretonne"
license = "Apache-2.0"
[lib]
name = "cton_wasm"
[dependencies]
wasmparser = "0.9.4"
cretonne = { path = "../cretonne" }
cretonne-frontend = { path = "../frontend" }
|
Upgrade lazy_static to get rid of build warnings | [package]
name = "chars"
version = "0.4.1"
authors = ["Andreas Fuchs <asf@boinkor.net>"]
description = "A commandline tool to display information about unicode characters"
license = "MIT"
repository = "https://github.com/antifuchs/chars"
readme = '../README.md'
keywords = ['unicode', 'cli']
categories = ['command-line-utilities', 'localization']
build = "build.rs"
[lib]
name = "chars"
path = "src/lib.rs"
[[bin]]
name = "chars"
path = "src/main.rs"
[dependencies]
unicode_names2 = "0.3.0"
unicode-width = "0.1.5"
byteorder = "1"
lazy_static = "1.0.0"
fst = "0.3.0"
[dev-dependencies]
proptest = "0.6.0"
[build-dependencies]
chars_data = {path = "../chars_data", version = "^0.4.1-dev"}
[features]
default = []
[badges]
circle-ci = { repository = "antifuchs/chars", branch = "master" }
maintenance = { status = "passively-maintained" }
| [package]
name = "chars"
version = "0.4.1"
authors = ["Andreas Fuchs <asf@boinkor.net>"]
description = "A commandline tool to display information about unicode characters"
license = "MIT"
repository = "https://github.com/antifuchs/chars"
readme = '../README.md'
keywords = ['unicode', 'cli']
categories = ['command-line-utilities', 'localization']
build = "build.rs"
[lib]
name = "chars"
path = "src/lib.rs"
[[bin]]
name = "chars"
path = "src/main.rs"
[dependencies]
unicode_names2 = "0.3.0"
unicode-width = "0.1.5"
byteorder = "1"
lazy_static = "1.4.0"
fst = "0.3.0"
[dev-dependencies]
proptest = "0.6.0"
[build-dependencies]
chars_data = {path = "../chars_data", version = "^0.4.1-dev"}
[features]
default = []
[badges]
circle-ci = { repository = "antifuchs/chars", branch = "master" }
maintenance = { status = "passively-maintained" }
|
Add missing configuration values to simulate a device. | [provision]
provision_path = "credentials.zip"
primary_ecu_hardware_id = "local-fake"
[logger]
loglevel = 1
[storage]
path = "storage"
[pacman]
type = "none"
[uptane]
secondary_config_file = "virtualsec.json"
| [provision]
provision_path = "credentials.zip"
primary_ecu_hardware_id = "local-fake"
# This setting is for testing purposes only. Do not use in a real device.
mode = "SharedCredReuse"
[logger]
loglevel = 1
[storage]
path = "storage"
[pacman]
type = "none"
images_path = "storage/images"
[uptane]
secondary_config_file = "virtualsec.json"
|
Remove unused dev-dependency from futures-io | [package]
name = "futures-io-preview"
edition = "2018"
version = "0.3.0-alpha.18"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang-nursery/futures-rs"
homepage = "https://rust-lang-nursery.github.io/futures-rs"
documentation = "https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.18/futures_io"
description = """
The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
"""
[lib]
name = "futures_io"
[features]
default = ["std"]
std = []
# Unstable features
# These features are outside of the normal semver guarantees and require the
# `unstable` feature as an explicit opt-in to unstable API.
unstable = []
read_initializer = []
[dependencies]
[dev-dependencies]
futures-preview = { path = "../futures", version = "=0.3.0-alpha.18" }
| [package]
name = "futures-io-preview"
edition = "2018"
version = "0.3.0-alpha.18"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang-nursery/futures-rs"
homepage = "https://rust-lang-nursery.github.io/futures-rs"
documentation = "https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.18/futures_io"
description = """
The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
"""
[lib]
name = "futures_io"
[features]
default = ["std"]
std = []
# Unstable features
# These features are outside of the normal semver guarantees and require the
# `unstable` feature as an explicit opt-in to unstable API.
unstable = []
read_initializer = []
[dependencies]
|
Add glsl-to-spirv version for vulkano-shaders | [package]
name = "vulkano-shaders"
version = "0.1.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
repository = "https://github.com/tomaka/vulkano"
description = "Shaders "
license = "MIT/Apache-2.0"
documentation = "http://tomaka.github.io/vulkano/vulkano/index.html"
[dependencies]
glsl-to-spirv = { path = "../glsl-to-spirv" }
| [package]
name = "vulkano-shaders"
version = "0.1.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
repository = "https://github.com/tomaka/vulkano"
description = "Shaders "
license = "MIT/Apache-2.0"
documentation = "http://tomaka.github.io/vulkano/vulkano/index.html"
[dependencies]
glsl-to-spirv = { version = "0.1.0", path = "../glsl-to-spirv" }
|
Update `org.jetbrains.kotlinx.binary-compatibility-validator` to `v0.12.1` (was `0.11.0`) | [versions]
kotlin = "1.7.21"
ktlint = "0.45.2"
gradle-ktlint = "11.0.0"
dokka = "1.7.20"
nexus-publish = "1.1.0"
typesafe-config = "1.4.2"
kotest = "5.5.4"
jgitver = "0.9.1"
binary-compatibility-validator = "0.11.0"
[libraries]
typesafe-config = { group = "com.typesafe", name = "config", version.ref = "typesafe-config" }
kotest = { group = "io.kotest", name = "kotest-runner-junit5-jvm", version.ref = "kotest" }
[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "gradle-ktlint" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus-publish" }
jgitver = { id = "fr.brouillard.oss.gradle.jgitver", version.ref = "jgitver" }
binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
| [versions]
kotlin = "1.7.21"
ktlint = "0.45.2"
gradle-ktlint = "11.0.0"
dokka = "1.7.20"
nexus-publish = "1.1.0"
typesafe-config = "1.4.2"
kotest = "5.5.4"
jgitver = "0.9.1"
binary-compatibility-validator = "0.12.1"
[libraries]
typesafe-config = { group = "com.typesafe", name = "config", version.ref = "typesafe-config" }
kotest = { group = "io.kotest", name = "kotest-runner-junit5-jvm", version.ref = "kotest" }
[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "gradle-ktlint" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus-publish" }
jgitver = { id = "fr.brouillard.oss.gradle.jgitver", version.ref = "jgitver" }
binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
|
Add metadata to include all features for docs on docs.rs | [package]
name = "chrono"
version = "0.4.0"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
description = "Date and time library for Rust"
homepage = "https://github.com/chronotope/chrono"
documentation = "https://docs.rs/chrono/"
repository = "https://github.com/chronotope/chrono"
keywords = ["date", "time", "calendar"]
categories = ["date-and-time"]
readme = "README.md"
license = "MIT/Apache-2.0"
[badges]
travis-ci = { repository = "chronotope/chrono" }
appveyor = { repository = "chronotope/chrono" }
[lib]
name = "chrono"
[dependencies]
time = "^0.1.36"
num = { version = "0.1", default-features = false }
rustc-serialize = { version = "0.3", optional = true }
serde = { version = "1", optional = true }
[dev-dependencies]
serde_json = { version = "1" }
serde_derive = { version = "1" }
bincode = { version = "0.8.0" }
| [package]
name = "chrono"
version = "0.4.0"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
description = "Date and time library for Rust"
homepage = "https://github.com/chronotope/chrono"
documentation = "https://docs.rs/chrono/"
repository = "https://github.com/chronotope/chrono"
keywords = ["date", "time", "calendar"]
categories = ["date-and-time"]
readme = "README.md"
license = "MIT/Apache-2.0"
[badges]
travis-ci = { repository = "chronotope/chrono" }
appveyor = { repository = "chronotope/chrono" }
[lib]
name = "chrono"
[dependencies]
time = "^0.1.36"
num = { version = "0.1", default-features = false }
rustc-serialize = { version = "0.3", optional = true }
serde = { version = "1", optional = true }
[dev-dependencies]
serde_json = { version = "1" }
serde_derive = { version = "1" }
bincode = { version = "0.8.0" }
[package.metadata.docs.rs]
all-features = true
|
Update env_logger requirement from 0.7.1 to 0.8.4 | [package]
name = "elfloader"
version = "0.12.0"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>", "Christopher Cole <chris.cole.09@gmail.com>", "John Kåre Alsaker <john.kare.alsaker@gmail.com>", "Benedikt Radtke <Trolldemorted@users.noreply.github.com>"]
repository = "https://github.com/gz/rust-elfloader"
license = "MIT/Apache-2.0"
description = "A rust library to load ELF files."
keywords = ["elf", "x86", "os"]
readme = "README.md"
edition = "2018"
[dependencies]
log = "0.4"
xmas-elf = "0.7"
bitflags = "1.2"
[target.'cfg(target_family = "unix")'.dev-dependencies]
env_logger = "0.7.1"
| [package]
name = "elfloader"
version = "0.12.0"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>", "Christopher Cole <chris.cole.09@gmail.com>", "John Kåre Alsaker <john.kare.alsaker@gmail.com>", "Benedikt Radtke <Trolldemorted@users.noreply.github.com>"]
repository = "https://github.com/gz/rust-elfloader"
license = "MIT/Apache-2.0"
description = "A rust library to load ELF files."
keywords = ["elf", "x86", "os"]
readme = "README.md"
edition = "2018"
[dependencies]
log = "0.4"
xmas-elf = "0.7"
bitflags = "1.2"
[target.'cfg(target_family = "unix")'.dev-dependencies]
env_logger = "0.8.4"
|
Switch to external time crate | [package]
name = "rboy"
version = "0.1.0"
authors = [ "mvdnes <git@mathijs.vd-nes.nl>" ]
[lib]
name = "rboy"
[dependencies.sdl]
git = "https://github.com/brson/rust-sdl.git"
[profile.test]
opt-level = 3
debug = true
[[bin]]
name = "rboy"
test = false
doc = false
| [package]
name = "rboy"
version = "0.1.0"
authors = [ "mvdnes <git@mathijs.vd-nes.nl>" ]
[lib]
name = "rboy"
[dependencies.sdl]
git = "https://github.com/brson/rust-sdl.git"
[dependencies.time]
git = "http://github.com/rust-lang/time"
[profile.test]
opt-level = 3
debug = true
[[bin]]
name = "rboy"
test = false
doc = false
|
Use cranelift-entity with default features. | [package]
name = "cranelift-codegen-meta"
authors = ["The Cranelift Project Developers"]
version = "0.23.0"
description = "Metaprogram for cranelift-codegen code generator library"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/CraneStation/cranelift"
readme = "README.md"
[dependencies]
cranelift-entity = { path = "../../entity", version = "0.23.0", default-features = false }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "CraneStation/cranelift" }
| [package]
name = "cranelift-codegen-meta"
authors = ["The Cranelift Project Developers"]
version = "0.23.0"
description = "Metaprogram for cranelift-codegen code generator library"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/CraneStation/cranelift"
readme = "README.md"
[dependencies]
cranelift-entity = { path = "../../entity", version = "0.23.0" }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "CraneStation/cranelift" }
|
Exclude generator.py from the crate | [package]
name = "gir"
version = "0.0.1"
authors = [
"Evgenii Pashkin <eapashkin@gmail.com>",
"Gleb Kozyrev <gleb@gkoz.com>",
"Guillaume Gomez <guillaume1.gomez@gmail.com>",
]
build = "build.rs"
exclude = ["Gir*.toml", "tests/**/*", "*.md"]
edition = "2018"
[dependencies]
bitflags = "1.0"
getopts = "0.2.21"
getter_rules = { package = "fix-getters-rules", version = "0.3.0", default-features = false }
xml-rs = "0.8"
toml = { version = "0.5" , features = ["preserve_order"] }
env_logger = { version = "0.7", default-features = false }
once_cell = "1.0"
log = "0.4"
regex = "1.0"
hprof = "0.1"
rustdoc-stripper = { git = "https://github.com/GuillaumeGomez/rustdoc-stripper" }
[profile.release]
codegen-units = 4
[[bin]]
name = "gir"
path = "src/main.rs"
[lib]
name = "libgir"
path = "src/lib.rs"
| [package]
name = "gir"
version = "0.0.1"
authors = [
"Evgenii Pashkin <eapashkin@gmail.com>",
"Gleb Kozyrev <gleb@gkoz.com>",
"Guillaume Gomez <guillaume1.gomez@gmail.com>",
]
build = "build.rs"
exclude = ["Gir*.toml", "tests/**/*", "*.md", "generator.py"]
edition = "2018"
[dependencies]
bitflags = "1.0"
getopts = "0.2.21"
getter_rules = { package = "fix-getters-rules", version = "0.3.0", default-features = false }
xml-rs = "0.8"
toml = { version = "0.5" , features = ["preserve_order"] }
env_logger = { version = "0.7", default-features = false }
once_cell = "1.0"
log = "0.4"
regex = "1.0"
hprof = "0.1"
rustdoc-stripper = { git = "https://github.com/GuillaumeGomez/rustdoc-stripper" }
[profile.release]
codegen-units = 4
[[bin]]
name = "gir"
path = "src/main.rs"
[lib]
name = "libgir"
path = "src/lib.rs"
|
Add "^" flexibility to dependency versions. | [package]
name = "webdriver"
version = "0.1.0"
authors = ["raf"]
[dependencies]
hyper = "0.10"
serde = "0.9"
serde_json = "0.9"
serde_derive = "0.9"
geckodriver = "0.8"
log = "0.3"
rand = "0.3"
rustyline = "1.0"
stderrlog = "0.2"
| [package]
name = "webdriver"
version = "0.1.0"
authors = ["raf"]
[dependencies]
serde = "0.9"
serde_json = "0.9"
serde_derive = "0.9"
hyper = "^0.10"
geckodriver = "^0.8"
log = "^0.3"
rand = "^0.3"
rustyline = "^1.0"
stderrlog = "^0.2"
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.