Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Add CI badges for crates.io
[package] name = "term" version = "0.4.6" authors = ["The Rust Project Developers", "Steven Allen"] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/Stebalien/term" homepage = "https://github.com/Stebalien/term" documentation = "https://stebalien.github.io/doc/term/term/" description = ...
[package] name = "term" version = "0.4.6" authors = ["The Rust Project Developers", "Steven Allen"] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/Stebalien/term" homepage = "https://github.com/Stebalien/term" documentation = "https://stebalien.github.io/doc/term/term/" description = ...
Make core panic-safe in release config
[package] name = "scaii-core" version = "0.1.0" authors = ["Zoe Juozapaitis <jragonmiris@gmail.com>"] [features] default = ["c_api"] c_api = [] rust_api = [] [lib] crate-type = ["cdylib","rlib"] [dependencies] libloading="0.4.1" prost = "0.2" libc = "0.2" lazy_static = "0.2" websocket="0.20" # local deps scaii_def...
[package] name = "scaii-core" version = "0.1.0" authors = ["Zoe Juozapaitis <jragonmiris@gmail.com>"] [features] default = ["c_api"] c_api = [] rust_api = [] [lib] crate-type = ["cdylib","rlib"] [dependencies] libloading="0.4.1" prost = "0.2" libc = "0.2" lazy_static = "0.2" websocket="0.20" # local deps scaii_def...
Set pytest filterwarnings option to raise errors for warnings in the test suite.
[build-system] requires = ["setuptools ~= 60.5", "wheel"] build-backend = "setuptools.build_meta" [tool.pytest.ini_options] django_find_project = false DJANGO_SETTINGS_MODULE = 'tests.django_settings' [tool.coverage.run] branch = true source = ['dirtyfields'] [tool.coverage.report] show_missing = true precision = 2
[build-system] requires = ["setuptools ~= 60.5", "wheel"] build-backend = "setuptools.build_meta" [tool.pytest.ini_options] django_find_project = false DJANGO_SETTINGS_MODULE = 'tests.django_settings' filterwarnings = [ 'error', "default:Using or importing the ABCs from 'collections':DeprecationWarning", # Re...
Use correct license in cargo file and update version
[package] name = "sysinfo" version = "0.7.0" authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"] description = "Library to handle processes" repository = "https://github.com/GuillaumeGomez/sysinfo" license = "LGPL-3.0+" readme = "README.md" categories = ["filesystem", "os::macos-apis", "os::unix-apis", "os::wi...
[package] name = "sysinfo" version = "0.8.0" authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"] description = "Library to handle processes" repository = "https://github.com/GuillaumeGomez/sysinfo" license = "MIT" readme = "README.md" categories = ["filesystem", "os::macos-apis", "os::unix-apis", "os::windows-...
Update bootloader requirement from 0.7.1 to 0.8.3
[package] name = "daedalos" version = "0.1.0" authors = ["Bernardo Meurer <meurerbernardo@gmail.com>"] edition = "2018" [package.metadata.bootimage] test-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04","-serial", "stdio", "-display", "none"] test-success-exit-code = 33 # (0x10 << 1) | 1 test-timeout = 300 ...
[package] name = "daedalos" version = "0.1.0" authors = ["Bernardo Meurer <meurerbernardo@gmail.com>"] edition = "2018" [package.metadata.bootimage] test-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04","-serial", "stdio", "-display", "none"] test-success-exit-code = 33 # (0x10 << 1) | 1 test-timeout = 300 ...
Set explicit versions for dependencies
[package] name = "redis" version = "0.5.2" authors = ["Armin Ronacher <armin.ronacher@active-4.com>"] keywords = ["redis", "database"] description = "Redis driver for Rust." homepage = "https://github.com/mitsuhiko/redis-rs" documentation = "http://mitsuhiko.github.io/redis-rs/" license = "BSD-3-Clause" readme = "READM...
[package] name = "redis" version = "0.5.2" authors = ["Armin Ronacher <armin.ronacher@active-4.com>"] keywords = ["redis", "database"] description = "Redis driver for Rust." homepage = "https://github.com/mitsuhiko/redis-rs" documentation = "http://mitsuhiko.github.io/redis-rs/" license = "BSD-3-Clause" readme = "READM...
Update hyper version and unify version notation
[package] description = "A library for building REST clients" repository = "https://github.com/SimonPersson/ease" documentation = "http://simonpersson.github.io/ease/ease/index.html" name = "ease" version = "0.6.1" authors = ["Simon Persson <simon@flaskpost.org>"] keywords = ["rest", "api", "client", "web"] license = "...
[package] description = "A library for building REST clients" repository = "https://github.com/SimonPersson/ease" documentation = "http://simonpersson.github.io/ease/ease/index.html" name = "ease" version = "0.6.1" authors = ["Simon Persson <simon@flaskpost.org>"] keywords = ["rest", "api", "client", "web"] license = "...
Set 'compiletest' version to 0.2.6
[package] name = "amiwo" version = "0.1.0" authors = ["Boris <boris@humanenginuity.com>"] description = "Various utility types & functions for Rust. Named after a famous Beninese dish" repository = "https://github.com/bgbahoue/amiwo" documentation = "https://github.com/bgbahoue/amiwo" readme = "README.md" #categories =...
[package] name = "amiwo" version = "0.1.0" authors = ["Boris <boris@humanenginuity.com>"] description = "Various utility types & functions for Rust. Named after a famous Beninese dish" repository = "https://github.com/bgbahoue/amiwo" documentation = "https://github.com/bgbahoue/amiwo" readme = "README.md" #categories =...
Fix keep mysql version 3.0.0
[package] name = "r2d2_mysql" version = "3.0.0" authors = ["outersky <outersky@gmail.com>"] license = "MIT" documentation = "http://outersky.github.io/r2d2-mysql/doc/v0.2.0/r2d2_mysql" description = "MySQL support for the r2d2 connection pool" repository = "https://github.com/outersky/r2d2-mysql" keywords = ["mysql", "...
[package] name = "r2d2_mysql" version = "3.0.0" authors = ["outersky <outersky@gmail.com>"] license = "MIT" documentation = "http://outersky.github.io/r2d2-mysql/doc/v0.2.0/r2d2_mysql" description = "MySQL support for the r2d2 connection pool" repository = "https://github.com/outersky/r2d2-mysql" keywords = ["mysql", "...
Upgrade cython to support python 3.11+
[build-system] requires = [ "setuptools", "wheel", "cython==0.29.21", "oldest-supported-numpy; python_version >= '3.5'", "numpy; python_version < '3.5'" ]
[build-system] requires = [ "setuptools", "wheel", "cython==0.29.32", "oldest-supported-numpy; python_version >= '3.5'", "numpy; python_version < '3.5'" ]
Update required forge version to 36.1.12
modLoader="javafml" loaderVersion="[36,)" issueTrackerURL="https://github.com/MC-U-Team/U-Team-Core/issues" displayURL="https://u-team.info/mods/uteamcore" logoFile="logo.png" license="Apache-2.0 License" credits="Team U-Team" authors="HyCraftHD, MrTroble" [[mods]] modId="uteamcore" version="${file.jarVersion}" dis...
modLoader="javafml" loaderVersion="[36,)" issueTrackerURL="https://github.com/MC-U-Team/U-Team-Core/issues" displayURL="https://u-team.info/mods/uteamcore" logoFile="logo.png" license="Apache-2.0 License" credits="Team U-Team" authors="HyCraftHD, MrTroble" [[mods]] modId="uteamcore" version="${file.jarVersion}" dis...
Add YARN_VERSION to fix CD
[build] command = "yarn run build" publish = "dist" [context.production] [context.production.environment] HUGO_VERSION = "0.26" NODE_ENV = "production" [context.branch-deploy] [context.branch-deploy.environment] HUGO_VERSION = "0.26" NODE_ENV = "production"
[build] command = "yarn run build" publish = "dist" [context.production] [context.production.environment] HUGO_VERSION = "0.26" YARN_VERSION = "0.27.5" NODE_ENV = "production" [context.branch-deploy] [context.branch-deploy.environment] HUGO_VERSION = "0.26" YARN_VERSION = "0.27.5" NODE...
Fix nightly building on nightly
[package] name = "gluon_language-server" version = "0.1.0" authors = ["Markus Westerlind <marwes91@gmail.com>"] build = "build.rs" description = "Language server providing completion for gluon" license = "MIT" repository = "https://github.com/Marwes/gluon_language-server" [build-dependencies.serde_codegen] version = "...
[package] name = "gluon_language-server" version = "0.1.0" authors = ["Markus Westerlind <marwes91@gmail.com>"] build = "build.rs" description = "Language server providing completion for gluon" license = "MIT" repository = "https://github.com/Marwes/gluon_language-server" [build-dependencies.serde_codegen] version = "...
Update the description to mention zero-copy
[package] name = "combine" version = "2.2.0" authors = ["Markus Westerlind <marwes91@gmail.com>"] description = "Parser combinators based on the Haskell library parsec." repository = "https://github.com/Marwes/combine" documentation = "https://marwes.github.io/combine/combine/index.html" readme = "README.md" keywo...
[package] name = "combine" version = "2.2.0" authors = ["Markus Westerlind <marwes91@gmail.com>"] description = "Fast parser combinators on arbitrary streams with zero-copy support." repository = "https://github.com/Marwes/combine" documentation = "https://marwes.github.io/combine/combine/index.html" readme = "READ...
Update keywords in crates.io metadata
[package] name = "itoa" version = "1.0.2" # remember to update html_root_url authors = ["David Tolnay <dtolnay@gmail.com>"] categories = ["value-formatting", "no-std"] description = "Fast integer primitive to string conversion" documentation = "https://docs.rs/itoa" edition = "2018" exclude = ["performance.png", "chart...
[package] name = "itoa" version = "1.0.2" # remember to update html_root_url authors = ["David Tolnay <dtolnay@gmail.com>"] categories = ["value-formatting", "no-std"] description = "Fast integer primitive to string conversion" documentation = "https://docs.rs/itoa" edition = "2018" exclude = ["performance.png", "chart...
Tidy dependency graph prior to Rust 2018 update
[package] name = "matroska" description = "Matroska/WebM demuxer" version = "0.1.0" authors = ["Luca Barbato <lu_zero@gentoo.org>"] readme = "README.md" license = "MIT" [lib] name = "matroska" path = "src/lib.rs" [dependencies] nom = "^4.0" cookie-factory = "^0.2" av-data = { git = "https://github.com/rust-av/rust-av...
[package] name = "matroska" description = "Matroska/WebM demuxer" version = "0.1.0" authors = ["Luca Barbato <lu_zero@gentoo.org>"] readme = "README.md" license = "MIT" [lib] name = "matroska" path = "src/lib.rs" [dependencies] nom = "4.0" cookie-factory = "0.2" av-data = "0.1" av-format = "0.1" circular = "0.2" log ...
Update the package metadate pending initial publish
[package] name = "av-bitstream" description = "Simple bit and byte writer/reader" version = "0.1.0" authors = ["Luca Barbato <lu_zero@gentoo.org>"] [dependencies] failure = "0.1.1" [dev-dependencies] assert_matches = "1.1"
[package] name = "av-bitstream" description = "Simple bit writer/reader" version = "0.1.0" authors = ["Luca Barbato <lu_zero@gentoo.org>"] license = "MIT" repository = "https://github.com/rust-av/rust-av" [dependencies] failure = "0.1.1" [dev-dependencies] assert_matches = "1.1"
Disable clap features to speed up build
[package] name = "intercom-cli" version = "0.1.0" authors = ["Mikko Rantanen <jubjub@jubjubnest.net>"] [dependencies] clap = { version = "2.29" } failure = "0.1" [dependencies.intercom] version = "0.2" path = "../intercom" default-features = false features = [ "generators" ]
[package] name = "intercom-cli" version = "0.1.0" authors = ["Mikko Rantanen <jubjub@jubjubnest.net>"] [dependencies] clap = { version = "2.27.1", default-features = false } failure = "0.1" [dependencies.intercom] version = "0.2" path = "../intercom" default-features = false features = [ "generators" ]
Change ruby-sys dependency version to `^0.1.3`
[package] name = "ruru" version = "0.7.0" authors = ["Dmitry Gritsay <unseductable@gmail.com>"] description = "Native Ruby extensions in Rust" documentation = "http://d-unseductable.github.io/ruru/ruru/index.html" homepage = "https://github.com/d-unseductable/ruru" repository = "https://github.com/d-unseductable/ruru"...
[package] name = "ruru" version = "0.7.0" authors = ["Dmitry Gritsay <unseductable@gmail.com>"] description = "Native Ruby extensions in Rust" documentation = "http://d-unseductable.github.io/ruru/ruru/index.html" homepage = "https://github.com/d-unseductable/ruru" repository = "https://github.com/d-unseductable/ruru"...
Prepare for publish to crates.io
[package] name = "escposify" version = "0.1.0" authors = ["Qian Linfeng <thewawar@gmail.com>"] [dependencies] encoding = "0.2.32" byteorder = "0.5.1" image = "0.9.0" tempfile = "2.1.3"
[package] name = "escposify" version = "0.1.0" description = "A ESC/POS driver for Rust" readme = "README.md" repository = "https://github.com/local-group/escposify-rs" license = "MIT" authors = ["Qian Linfeng <thewawar@gmail.com>"] [dependencies] encoding = "0.2.32" byteorder = "0.5.1" image = "0.9.0" tempfile = "2....
Switch to external time crate
[package] name = "zip" version = "0.0.1" authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"] [dependencies.flate2] git = "https://github.com/alexcrichton/flate2-rs.git" [[bin]] name = "extract" test = false doc = false [[bin]] name = "write_sample" test = false doc = false
[package] name = "zip" version = "0.0.1" authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"] [dependencies.flate2] git = "https://github.com/alexcrichton/flate2-rs.git" [dependencies.time] git = "http://github.com/rust-lang/time" [[bin]] name = "extract" test = false doc = false [[bin]] name = "write_sample" ...
Update ruru version to 0.9.3
[package] name = "trusted" version = "0.4.0" authors = ["Dmitry Gritsay <dmitry@vinted.com>"] [lib] crate-type = ["dylib"] [dependencies] hyper = "0.9.10" hyperlocal = { git = "https://github.com/softprops/hyperlocal.git" } lazy_static = "0.2.1" ruru = "0.9.2"
[package] name = "trusted" version = "0.4.0" authors = ["Dmitry Gritsay <dmitry@vinted.com>"] [lib] crate-type = ["dylib"] [dependencies] hyper = "0.9.10" hyperlocal = { git = "https://github.com/softprops/hyperlocal.git" } lazy_static = "0.2.1" ruru = "0.9.3"
Remove weak feature for compiler-builtins.
[package] authors = [ "Michael Daffin <michael@daffin.io>", "Philipp Oppermann <dev@phil-opp.com>", "Jonathan 'theJPster' Pallant <github@thejpster.org.uk>", "Marc Brinkmann" ] keywords = ["arm", "bare-metal", "blink", "ke06z"] license = "MIT" name = "kinetis-frdm" readme = "README.md" version = "0.1.0" # The deve...
[package] authors = [ "Michael Daffin <michael@daffin.io>", "Philipp Oppermann <dev@phil-opp.com>", "Jonathan 'theJPster' Pallant <github@thejpster.org.uk>", "Marc Brinkmann" ] keywords = ["arm", "bare-metal", "blink", "ke06z"] license = "MIT" name = "kinetis-frdm" readme = "README.md" version = "0.1.0" # The deve...
Update nalgebra and ncollide dependencies.
[package] name = "kiss3d" version = "0.14.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3D graphics engine for Rust." repository = "https://github.com/sebcrozet/kiss3d" readme = "README.md" keywords = [ "3D", "graphics", "OpenGL", "KISS" ] license = "BSD-3-Clause" include = [ "src/**...
[package] name = "kiss3d" version = "0.14.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3D graphics engine for Rust." repository = "https://github.com/sebcrozet/kiss3d" readme = "README.md" keywords = [ "3D", "graphics", "OpenGL", "KISS" ] license = "BSD-3-Clause" include = [ "src/**...
Use latest version of dsp-chain
[package] name = "volume" version = "0.2.1" authors = ["mitchmindtree <mitchell.nordine@gmail.com>"] description = "A simple dsp-chain node for multiplying the amplitude of the output buffer by some volume." readme = "README.md" keywords = ["audio", "dsp", "volume", "amplitude", "node"] license = "MIT" repository = "ht...
[package] name = "volume" version = "0.2.2" authors = ["mitchmindtree <mitchell.nordine@gmail.com>"] description = "A simple dsp-chain node for multiplying the amplitude of the output buffer by some volume." readme = "README.md" keywords = ["audio", "dsp", "volume", "amplitude", "node"] license = "MIT" repository = "ht...
Update the minimum version for hashmap_core.
[package] name = "wasmparser" version = "0.18.1" authors = ["Yury Delendik <ydelendik@mozilla.com>"] license = "Apache-2.0" repository = "https://github.com/yurydelendik/wasmparser.rs" keywords = ["parser", "WebAssembly", "wasm"] description = """ A simple event-driven library for parsing WebAssembly binary files. """ ...
[package] name = "wasmparser" version = "0.18.1" authors = ["Yury Delendik <ydelendik@mozilla.com>"] license = "Apache-2.0" repository = "https://github.com/yurydelendik/wasmparser.rs" keywords = ["parser", "WebAssembly", "wasm"] description = """ A simple event-driven library for parsing WebAssembly binary files. """ ...
Mark as a plugin in the manifest
# Copyright 2014 The Gfx-rs Developers. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
# Copyright 2014 The Gfx-rs Developers. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
Build a Rust lib as well
[package] name = "intecture-api" version = "0.0.1" authors = [ "Peter Hayes <peter.hayes@betweenlines.co.uk>" ] license = "Apache-2.0" description = "CLI component for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool." keywords = ["intecture", "api"] ho...
[package] name = "intecture-api" version = "0.0.1" authors = [ "Peter Hayes <peter.hayes@betweenlines.co.uk>" ] license = "Apache-2.0" description = "CLI component for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool." keywords = ["intecture", "api"] ho...
Update to conrod version 0.59.
[package] name = "nannou" version = "0.4.0" authors = ["mitchmindtree <mitchell.nordine@gmail.com>"] description = "A Creative Coding Framework for Rust." readme = "README.md" keywords = ["creative", "sketch", "graphics", "audio"] license = "MIT" repository = "https://github.com/MindBuffer/nannou.git" homepage = "https...
[package] name = "nannou" version = "0.4.0" authors = ["mitchmindtree <mitchell.nordine@gmail.com>"] description = "A Creative Coding Framework for Rust." readme = "README.md" keywords = ["creative", "sketch", "graphics", "audio"] license = "MIT" repository = "https://github.com/MindBuffer/nannou.git" homepage = "https...
Remove lib and bin sections
[package] name = "vec-arena" version = "0.0.1" authors = ["Stjepan Glavina <stjepang@gmail.com>"] description = "Arena that allows inserting, removing, and accessing objects by indices" repository = "https://github.com/stjepang/vec-arena" license = "Apache-2.0/MIT" readme = "README.md" # documentation = "TODO: url to d...
[package] name = "vec-arena" version = "0.0.1" authors = ["Stjepan Glavina <stjepang@gmail.com>"] description = "Arena that allows inserting, removing, and accessing objects by indices" repository = "https://github.com/stjepang/vec-arena" documentation = "https://docs.rs/vec-arena" license = "Apache-2.0/MIT" readme = "...
Switch back to official pangocairo lib
[package] name = "xcbars" version = "0.1.0" authors = ["Mitja Karhusaari <monttu300@gmail.com>"] description = "A standalone bar library created with XCB, cairo and pango." repository = "https://github.com/dogamak/xcbars" documentation = "docs.rs/xcbars" license = "Apache-2.0" readme = "README.md" [badges.tarvis-ci] r...
[package] name = "xcbars" version = "0.1.0" authors = ["Mitja Karhusaari <monttu300@gmail.com>"] description = "A standalone bar library created with XCB, cairo and pango." repository = "https://github.com/dogamak/xcbars" documentation = "docs.rs/xcbars" license = "Apache-2.0" license-file = "LICENSE" readme = "README....
Update version to 0.1.8 before release.
[package] name = "html2text" version = "0.1.7" authors = ["Chris Emerson <github@mail.nosreme.org>"] description = "Render HTML as plain text." repository = "https://github.com/jugglerchris/rust-html2text/" readme = "README.md" documentation = "https://docs.rs/html2text/" keywords = ["html", "text"] license = "MIT" [...
[package] name = "html2text" version = "0.1.8" authors = ["Chris Emerson <github@mail.nosreme.org>"] description = "Render HTML as plain text." repository = "https://github.com/jugglerchris/rust-html2text/" readme = "README.md" documentation = "https://docs.rs/html2text/" keywords = ["html", "text"] license = "MIT" [...
Update syn related dependencies to 1.0 and bump version
[package] name = "string_cache_codegen" version = "0.4.3" # Also update ../README.md when making a semver-breaking change authors = [ "The Servo Project Developers" ] description = "A codegen library for string-cache, developed as part of the Servo project." license = "MIT / Apache-2.0" repository = "https://github.c...
[package] name = "string_cache_codegen" version = "0.4.4" # Also update ../README.md when making a semver-breaking change authors = [ "The Servo Project Developers" ] description = "A codegen library for string-cache, developed as part of the Servo project." license = "MIT / Apache-2.0" repository = "https://github.c...
Enable raw HTML for Goldmark
baseurl = "https://alexj.org" title = "Alex J" paginate = 5 pygmentsuseclasses = false pygmentscodefences = true pygmentsstyle = "manni" [author] name = "Alex Jackson" email = "alex@alexj.org" [taxonomies] tag = "tags" [permalinks] post = "/:month/:filename/"
baseurl = "https://alexj.org" title = "Alex J" paginate = 5 pygmentsuseclasses = false pygmentscodefences = true pygmentsstyle = "manni" [author] name = "Alex Jackson" email = "alex@alexj.org" [taxonomies] tag = "tags" [permalinks] post = "/:month/:filename/" [markup.goldmark.renderer] unsafe = true
Set Kodiak to auto-approve Dependabot PRs
version = 1 [merge] merge.method = "rebase"
version = 1 [merge] merge.method = "rebase" [approve] auto_approve_usernames = ["dependabot"]
Bump reqwest: 0.6 -> 0.8
[package] name = "rss" version = "1.3.0" authors = ["James Hurst <jh.jameshurst@gmail.com>", "Corey Farwell <coreyf@rwell.org>", "Chris Palmer <pennstate5013@gmail.com>"] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss" documentation =...
[package] name = "rss" version = "1.3.0" authors = ["James Hurst <jh.jameshurst@gmail.com>", "Corey Farwell <coreyf@rwell.org>", "Chris Palmer <pennstate5013@gmail.com>"] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss" documentation =...
Make teapot the name of the binary
[package] name = "teapot" version = "0.0.1" authors = ["Prajjwal Bhandari <pbhandari@pbhandari.ca>"]
[package] name = "teapot" version = "0.0.1" authors = ["Prajjwal Bhandari <pbhandari@pbhandari.ca>"] [[bin]] name = "teapot"
Switch to 0.3 compiletest (instead of *)
[package] name = "tag_safe" description = "A rustc lint plugin to allow tagging of methods with arbitary safety flags" version = "0.2.21" authors = ["John Hodge <mutabah@mutabah.net>"] repository = "http://github.com/thepowersgang/tag_safe/" keywords = ["plugin", "lint"] license = "MIT" [lib] name = "tag_safe" path = ...
[package] name = "tag_safe" description = "A rustc lint plugin to allow tagging of methods with arbitary safety flags" version = "0.2.21" authors = ["John Hodge <mutabah@mutabah.net>"] repository = "http://github.com/thepowersgang/tag_safe/" keywords = ["plugin", "lint"] license = "MIT" [lib] name = "tag_safe" path = ...
Update obj-rs requirement from 0.5 to 0.6
[package] name = "bvh" description = "A fast BVH using SAH" version = "0.3.2" 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/c...
[package] name = "bvh" description = "A fast BVH using SAH" version = "0.3.2" 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/c...
Update dependencies. cppn version 0.1.2
[package] name = "cppn" version = "0.1.1" authors = ["Michael Neumann <mneumann@ntecs.de>"] license = "MIT" repository = "https://github.com/mneumann/cppn-rs" description = "Compositional Pattern Producing Networks" keywords = ["evolution", "neuro", "net", "cppn"] include = ["src/*.rs", "Cargo.toml", "LICENSE", "READM...
[package] name = "cppn" version = "0.1.2" authors = ["Michael Neumann <mneumann@ntecs.de>"] license = "MIT" repository = "https://github.com/mneumann/cppn-rs" description = "Compositional Pattern Producing Networks" keywords = ["evolution", "neuro", "net", "cppn"] include = ["src/*.rs", "Cargo.toml", "LICENSE", "READM...
Update cbindgen requirement from 0.17.0 to 0.18.0
[package] name = "polylabel" version = "2.4.0" authors = ["Stephan Hügel <urschrei@gmail.com>"] description = "A Rust implementation of the Polylabel algorithm for finding optimum polygon label positions." readme = "README.md" keywords = ["geo", "polylabel", "gis"] repository = "https://github.com/urschrei/polylabel-rs...
[package] name = "polylabel" version = "2.4.0" authors = ["Stephan Hügel <urschrei@gmail.com>"] description = "A Rust implementation of the Polylabel algorithm for finding optimum polygon label positions." readme = "README.md" keywords = ["geo", "polylabel", "gis"] repository = "https://github.com/urschrei/polylabel-rs...
Set doc.rs metadata to pass system cargo feature.
[package] name = "libffi" version = "0.7.1-alpha.0" authors = ["Jesse A. Tov <jesse.tov@gmail.com>"] description = "Rust bindings for libffi" repository = "https://github.com/tov/libffi-rs" readme = "README.md" license = "MIT/Apache-2.0" keywords = ["ffi", "libffi", "closure", "c"] categories = ["development-tools::ffi...
[package] name = "libffi" version = "0.7.1-alpha.0" authors = ["Jesse A. Tov <jesse.tov@gmail.com>"] description = "Rust bindings for libffi" repository = "https://github.com/tov/libffi-rs" readme = "README.md" license = "MIT/Apache-2.0" keywords = ["ffi", "libffi", "closure", "c"] categories = ["development-tools::ffi...
Modify package informations before publishing
[package] name = "snatch" version = "0.1.2" authors = ["Antonin Carette <antonin@derniercri.io", "Jean-Serge Monbailly <jean-serge@derniercri.io>"] description = "A simple, fast and interruptable download accelerator" [lib] name = "libsnatch" path = "src/lib.rs" [[bin]] name = "snatch" path = "src/main.rs" [dependen...
[package] name = "snatch" version = "0.1.2" authors = ["Antonin Carette <antonin@derniercri.io", "Jean-Serge Monbailly <jean-serge@derniercri.io>"] description = "A simple and fast download accelerator" repository = "https://github.com/derniercri/snatch" license = "MIT" [lib] name = "libsnatch" path = "src/lib.rs" [[...
Use clippy from git repo
[package] name = "mysteryshack" version = "0.1.0" authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"] license = "MIT" keywords = ["remotestorage"] readme = "README.md" [lib] name = "mysteryshack" path = "src/mysteryshack/lib.rs" [[bin]] name = "mysteryshack" test = false doc = false [dependencies] rustc-s...
[package] name = "mysteryshack" version = "0.1.0" authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"] license = "MIT" keywords = ["remotestorage"] readme = "README.md" [lib] name = "mysteryshack" path = "src/mysteryshack/lib.rs" [[bin]] name = "mysteryshack" test = false doc = false [dependencies] rustc-s...
Update cargo file to include a better E-Mail adress.
[package] name = "sogo" version = "0.1.0" authors = ["Rolf Sievers <rosievers@googlemail.com>"] [dependencies] rand = "*"
[package] name = "sogo" version = "0.1.0" authors = ["Rolf Sievers <rolf.sievers@posteo.de>"] [dependencies] rand = "*"
Update parking_lot requirement from 0.8 to 0.9
[package] name = "rust-web-boilerplate" version = "0.1.0" authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"] edition = "2018" [lib] name = "rust_web_boilerplate" path = "src/lib.rs" [dependencies] uuid = { version = "0.7", features = ["serde", "v4"] } chrono = { version = "0.4", features = ["serde"] } argon2rs = ...
[package] name = "rust-web-boilerplate" version = "0.1.0" authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"] edition = "2018" [lib] name = "rust_web_boilerplate" path = "src/lib.rs" [dependencies] uuid = { version = "0.7", features = ["serde", "v4"] } chrono = { version = "0.4", features = ["serde"] } argon2rs = ...
Remove `pretty` feature from `syn` to speed-up build
[package] name = "easter" version = "0.0.5" authors = ["Dave Herman <dherman@mozilla.com>"] license = "MIT" description = "Type definitions for ECMAScript abstract syntax trees." documentation = "https://esprit.surge.sh" homepage = "https://esprit.surge.sh" repository = "https://github.com/dherman/esprit" build = "buil...
[package] name = "easter" version = "0.0.5" authors = ["Dave Herman <dherman@mozilla.com>"] license = "MIT" description = "Type definitions for ECMAScript abstract syntax trees." documentation = "https://esprit.surge.sh" homepage = "https://esprit.surge.sh" repository = "https://github.com/dherman/esprit" build = "buil...
Move back to weld repo
[package] name = "weld_java" version = "0.1.0" authors = ["Herman van Hovell <hvanhovell@databricks.com>"] [dependencies] libc = "0.2.0" weld = { git = "https://github.com/hvanhovell/weld", branch = "static-weldrt" } jni = { git = "https://github.com/prevoty/jni-rs" } regex = "*" [lib] path = "src/main/rust/lib.rs" c...
[package] name = "weld_java" version = "0.1.0" authors = ["Herman van Hovell <hvanhovell@databricks.com>"] [dependencies] libc = "0.2.0" weld = { git = "https://github.com/weld-project/weld" } jni = { git = "https://github.com/prevoty/jni-rs" } regex = "*" [lib] path = "src/main/rust/lib.rs" crate-type = ["cdylib", "...
Include `pycroft/lib/host.py` in mypy checks
[build-system] requires = [ "setuptools>=42", "wheel" ] build-backend = "setuptools.build_meta" [tool.mypy] plugins = "sqlalchemy.ext.mypy.plugin" python_version = "3.10" follow_imports = "silent" ignore_missing_imports = true # this list shall slowly grow until it covers the whole codebase. files = [ "pyc...
[build-system] requires = [ "setuptools>=42", "wheel" ] build-backend = "setuptools.build_meta" [tool.mypy] plugins = "sqlalchemy.ext.mypy.plugin" python_version = "3.10" follow_imports = "silent" ignore_missing_imports = true # this list shall slowly grow until it covers the whole codebase. files = [ "pyc...
Update dependency: fs2 0.2.2 -> 0.2.*
[package] name = "libimagstorestdhook" version = "0.1.0" authors = ["Matthias Beyer <mail@beyermatthias.de>"] [dependencies] toml = "0.1.25" log = "0.3" fs2 = "0.2.3" [dependencies.libimagstore] path = "../libimagstore" [dependencies.libimagentrylink] path = "../libimagentrylink" [dependencies.libimagerror] path = ...
[package] name = "libimagstorestdhook" version = "0.1.0" authors = ["Matthias Beyer <mail@beyermatthias.de>"] [dependencies] toml = "0.1.25" log = "0.3" fs2 = "0.2" [dependencies.libimagstore] path = "../libimagstore" [dependencies.libimagentrylink] path = "../libimagentrylink" [dependencies.libimagerror] path = "....
Revert "Upgrade to windows-sys v0.42.0"
[package] name = "open" version = "3.1.0" authors = ["Sebastian Thiel <byronimo@gmail.com>"] license = "MIT" edition = "2018" readme = "README.md" description = "Open a path or URL using the program configured on the system" repository = "https://github.com/Byron/open-rs" keywords = ["open", "xdg-open", "start", "laun...
[package] name = "open" version = "3.1.0" authors = ["Sebastian Thiel <byronimo@gmail.com>"] license = "MIT" edition = "2018" readme = "README.md" description = "Open a path or URL using the program configured on the system" repository = "https://github.com/Byron/open-rs" keywords = ["open", "xdg-open", "start", "laun...
Update jemallocator requirement from 0.1 to 0.3
[package] name = "tests" version = "0.1.0" authors = ["Tyler Neely <t@jujit.su>"] publish = false edition = "2018" [dependencies] quickcheck = "0.8" rand = "0.6" log = "0.4" env_logger = "0.6" libc = "0.2" fail = "0.3" lazy_static = "1.0" color-backtrace = "0.2.0" [target.'cfg(any(target_os = "linux", target_os = "ma...
[package] name = "tests" version = "0.1.0" authors = ["Tyler Neely <t@jujit.su>"] publish = false edition = "2018" [dependencies] quickcheck = "0.8" rand = "0.6" log = "0.4" env_logger = "0.6" libc = "0.2" fail = "0.3" lazy_static = "1.0" color-backtrace = "0.2.0" [target.'cfg(any(target_os = "linux", target_os = "ma...
Use the new const_mut_refs default feature of linked_list_allocator
[package] name = "lang_items" version = "0.1.0" authors = [ "Tock Project Developers <tock-dev@googlegroups.com>", "Guillaume Endignoux <guillaumee@google.com>", ] license = "MIT/Apache-2.0" edition = "2018" [dependencies] libtock_core = { path = "../../third_party/libtock-rs/core", default-features = false, featu...
[package] name = "lang_items" version = "0.1.0" authors = [ "Tock Project Developers <tock-dev@googlegroups.com>", "Guillaume Endignoux <guillaumee@google.com>", ] license = "MIT/Apache-2.0" edition = "2018" [dependencies] libtock_core = { path = "../../third_party/libtock-rs/core", default-features = false, featu...
Allow doc generation to succeed
[package] name = "human_name" version = "0.0.1" authors = ["David Judd <david@academia.edu>"] [dependencies] itertools = "0.4.*" unicode-segmentation = "0.1.*" unicode-normalization = "0.1.*" rustc-serialize = "0.3.*" phf = "0.7.*" phf_macros = "0.7.*" [features] default = ["name_eq_hash"] name_eq_hash = [] [profile...
[package] name = "human_name" version = "0.0.1" authors = ["David Judd <david@academia.edu>"] [dependencies] itertools = "0.4.*" unicode-segmentation = "0.1.*" unicode-normalization = "0.1.*" rustc-serialize = "0.3.*" phf = "0.7.*" phf_macros = "0.7.*" [features] default = ["name_eq_hash"] name_eq_hash = [] [profile...
Add description to `protos` crate.
[package] name = "protos" version = "0.1.0" authors = ["Paul Hauner <paul@paulhauner.com>"] edition = "2018" [dependencies] futures = "0.1.16" grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] } protobuf = "2.0.2" [build-dependencies] protoc-grpcio = "0.3.1"
[package] name = "protos" version = "0.1.0" authors = ["Paul Hauner <paul@paulhauner.com>"] edition = "2018" description = "Google protobuf message and service definitions used in Lighthouse APIs." [dependencies] futures = "0.1.16" grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] } p...
Add orka_gltf to list of executables
name = "orka_tools" description = "Tools for the Orka rendering kernel" version = "0.2.0" website = "https://github.com/onox/orka" licenses = "Apache-2.0" tags = ["gltf", "ktx", "opengl", "orka"] authors = ["onox"] maintainers = ["onox <denkpadje@gmail.com>"] maintainers-logins = ["onox"] executables = ["orka_info", ...
name = "orka_tools" description = "Tools for the Orka rendering kernel" version = "0.2.0" website = "https://github.com/onox/orka" licenses = "Apache-2.0" tags = ["gltf", "ktx", "opengl", "orka"] authors = ["onox"] maintainers = ["onox <denkpadje@gmail.com>"] maintainers-logins = ["onox"] executables = ["orka_info", ...
Add keywords to cargo manifest
[package] name = "mysql" version = "0.0.1" authors = ["blackbeam"] description = "Mysql client library implemented in rust" license = "MIT" documentation = "http://blackbeam.org/doc/mysql/index.html" repository = "https://github.com/blackbeam/rust-mysql-simple" exclude = ["tests/*", ".*", "Makefile"] [lib] name = "m...
[package] name = "mysql" version = "0.0.1" authors = ["blackbeam"] description = "Mysql client library implemented in rust" license = "MIT" documentation = "http://blackbeam.org/doc/mysql/index.html" repository = "https://github.com/blackbeam/rust-mysql-simple" keywords = ["database", "sql"] exclude = ["tests/*", ".*"...
Add README and badge to crates.io
[package] name = "built" version = "0.2.2" description = "Provides a crate with information from the time it was built." repository = "https://github.com/lukaslueg/built" documentation = "https://docs.rs/built" authors = ["Lukas Lueg <lukas.lueg@gmail.com>"] license = "MIT" keywords = ["cargo", "build"] [features] def...
[package] name = "built" version = "0.2.3" description = "Provides a crate with information from the time it was built." repository = "https://github.com/lukaslueg/built" documentation = "https://docs.rs/built" authors = ["Lukas Lueg <lukas.lueg@gmail.com>"] license = "MIT" readme = "README.md" keywords = ["cargo", "bu...
Set target-version = ["py37", "py38"]
[tool.black] line-length = 120 py36 = false include = '\.pyi?$' exclude = ''' /( \.git | build | dist )/ '''
[tool.black] line-length = 120 target-version = ["py37", "py38"] include = '\.pyi?$' exclude = ''' /( \.git | build | dist )/ '''
Update to the latest version of gfx_texture (upated due to UpdateTexture::update api change). Breaking change.
[package] name = "piston2d-gfx_graphics" version = "0.30.0" authors = ["bvssvni <bvssvni@gmail.com>"] keywords = ["graphics", "2d", "gfx", "piston"] description = "A Gfx 2D back-end for the Piston game engine" license = "MIT" readme = "README.md" repository = "https://github.com/PistonDevelopers/gfx_graphics.git" home...
[package] name = "piston2d-gfx_graphics" version = "0.31.0" authors = ["bvssvni <bvssvni@gmail.com>"] keywords = ["graphics", "2d", "gfx", "piston"] description = "A Gfx 2D back-end for the Piston game engine" license = "MIT" readme = "README.md" repository = "https://github.com/PistonDevelopers/gfx_graphics.git" home...
Update bindgen requirement from 0.57 to 0.58 in /fitsio-sys-bindgen
[package] name = "fitsio-sys-bindgen" edition = "2018" version = "0.0.2" authors = ["Simon Walker <s.r.walker101@googlemail.com>"] description = "FFI wrapper around cfitsio" homepage = "https://github.com/mindriot101/rust-fitsio" repository = "https://github.com/mindriot101/rust-fitsio" readme = "README.md" license = "...
[package] name = "fitsio-sys-bindgen" edition = "2018" version = "0.0.2" authors = ["Simon Walker <s.r.walker101@googlemail.com>"] description = "FFI wrapper around cfitsio" homepage = "https://github.com/mindriot101/rust-fitsio" repository = "https://github.com/mindriot101/rust-fitsio" readme = "README.md" license = "...
Update hugo version on Netlify
[build] command = "npm run build" publish = "dist" [context.production.environment] HUGO_VERSION = "0.42" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.deploy-preview] command = "npm run build-preview" [context.deploy-preview.environment] HUGO_VERSION = "0.42"
[build] command = "npm run build" publish = "dist" [context.production.environment] HUGO_VERSION = "0.42.2" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.deploy-preview] HUGO_VERSION = "0.42.2" [context.deploy-preview.environment] HUGO_VERSION = "0.42.2"
Enable the Starship Kubernetes module
[git_status] deleted = "x" [golang] symbol = "💨 " [nodejs] symbol = "📦 " [package] symbol = "" [directory] prefix = "🔥 " truncation_length = 8 [hostname] style = "bold green" disabled = true [username] show_always = true [memory_usage] disabled = false show_percentage = true style = "bold white" threshold = 5...
[git_status] deleted = "x" [golang] symbol = "💨 " [nodejs] symbol = "📦 " [package] symbol = "" [directory] prefix = "🔥 " truncation_length = 8 [hostname] style = "bold green" disabled = true [username] show_always = true [memory_usage] disabled = false show_percentage = true style = "bold white" threshold = 5...
Update list of allowed licenses
# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
Use latest crates.io deps, increment version
[package] name = "elmesque" version = "0.1.0" authors = ["mitchmindtree <mitchell.nordine@gmail.com>"] description = "An attempt at porting Elm's incredibly useful, purely functional std graphics modules." readme = "README.md" keywords = ["elm", "graphics", "2d", "ui", "shape"] license = "MIT" repository = "https://git...
[package] name = "elmesque" version = "0.1.1" authors = ["mitchmindtree <mitchell.nordine@gmail.com>"] description = "An attempt at porting Elm's incredibly useful, purely functional std graphics modules." readme = "README.md" keywords = ["elm", "graphics", "2d", "ui", "shape"] license = "MIT" repository = "https://git...
Update cbindgen requirement from 0.22.0 to 0.23.0
[package] name = "lonlat_bng" description = "Convert longitude and latitude coordinates to BNG coordinates, and vice versa" version = "0.6.21" authors = ["Stephan Hügel <urschrei@gmail.com>"] license = "MIT" keywords = ["OSGB36", "BNG", "Geo", "ETRS89", "OSTN02", "OSTN15"] repository = "https://github.com/urschrei/lonl...
[package] name = "lonlat_bng" description = "Convert longitude and latitude coordinates to BNG coordinates, and vice versa" version = "0.6.21" authors = ["Stephan Hügel <urschrei@gmail.com>"] license = "MIT" keywords = ["OSGB36", "BNG", "Geo", "ETRS89", "OSTN02", "OSTN15"] repository = "https://github.com/urschrei/lonl...
Update sdl2 dependency in gfk_window_sdl
# Copyright 2016 The Gfx-rs Developers. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
# Copyright 2016 The Gfx-rs Developers. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
Update rss crate version dependency
[package] name = "syndication" version = "0.1.1" authors = ["Tom Shen <tom@shen.io>"] license = "MIT OR Apache-2.0" repository = "https://github.com/tomshen/rust-syndication" description = "Library for serializing Atom and RSS web feeds" keywords = ["atom", "blog", "feed", "rss", "syndication"] exclude = ["test-data/*"...
[package] name = "syndication" version = "0.2.0" authors = ["Tom Shen <tom@shen.io>"] license = "MIT OR Apache-2.0" repository = "https://github.com/tomshen/rust-syndication" description = "Library for serializing Atom and RSS web feeds" keywords = ["atom", "blog", "feed", "rss", "syndication"] exclude = ["test-data/*"...
Update release version to 1.0.0
[package] name = "zeclient" version = "0.0.1" authors = [ "smoss@gmail.com" ] [[bin]] name = "zeclient" [dependencies.curl] git = "https://github.com/carllerche/curl-rust"
[package] name = "zeclient" version = "1.0.0" authors = [ "smoss@gmail.com" ] [[bin]] name = "zeclient" [dependencies.curl] git = "https://github.com/carllerche/curl-rust"
Change to version 0.0.1 & change description
[package] name = "antimony" version = "0.0.0" homepage = "https://antimony.rs" authors = ["Mohammed Makhlouf <msmakhlouf@gmail.com>","Mohammad Samir <me@msamir.me>"] keywords = ["stream-processing","distributed", "real-time","drpc"] repository = "https://github.com/antimonyproject/antimony" documentation = "https://doc...
[package] name = "antimony" version = "0.0.1" homepage = "https://antimony.rs" authors = ["Mohammed Makhlouf <msmakhlouf@gmail.com>","Mohammad Samir <me@msamir.me>"] keywords = ["stream-processing","distributed", "real-time","drpc"] repository = "https://github.com/antimonyproject/antimony" documentation = "https://doc...
Select a single docs.rs build target
[package] name = "erased-serde" version = "0.3.10" authors = ["David Tolnay <dtolnay@gmail.com>"] license = "MIT OR Apache-2.0" description = "Type-erased Serialize and Serializer traits" repository = "https://github.com/dtolnay/erased-serde" documentation = "https://github.com/dtolnay/erased-serde" keywords = ["serde"...
[package] name = "erased-serde" version = "0.3.10" authors = ["David Tolnay <dtolnay@gmail.com>"] license = "MIT OR Apache-2.0" description = "Type-erased Serialize and Serializer traits" repository = "https://github.com/dtolnay/erased-serde" documentation = "https://github.com/dtolnay/erased-serde" keywords = ["serde"...
Comment out lines that are not customized
HTTP = "0.0.0.0:8080" ChatAPIPrefix = "" StaticHandlerPrefix = "" StaticFileDir = "./public" EnableServeStaticFile = true ShowRoutes = true
HTTP = "0.0.0.0:8080" # ChatAPIPrefix = "" # StaticHandlerPrefix = "" StaticFileDir = "./public" # EnableServeStaticFile = true # ShowRoutes = true
Add the `math` keyword, eurgh.
[package] name = "slow_primes" version = "0.1.7" authors = ["Huon Wilson <dbau.pp@gmail.com>"] homepage = "https://github.com/huonw/slow_primes" repository = "https://github.com/huonw/slow_primes" documentation = "http://huonw.github.io/slow_primes/slow_primes/" license = "MIT/Apache-2.0" keywords = ["mathematics", "...
[package] name = "slow_primes" version = "0.1.7" authors = ["Huon Wilson <dbau.pp@gmail.com>"] homepage = "https://github.com/huonw/slow_primes" repository = "https://github.com/huonw/slow_primes" documentation = "http://huonw.github.io/slow_primes/slow_primes/" license = "MIT/Apache-2.0" keywords = ["math", "mathema...
Rename Rust executable to biotool-rs
[package] name = "biotool" version = "0.1.0" authors = ["Bernie Pope <bjpope@unimelb.edu.au>"] [dependencies] bio = "*" argparse = "*"
[package] name = "biotool-rs" version = "0.1.0" authors = ["Bernie Pope <bjpope@unimelb.edu.au>"] [dependencies] bio = "*" argparse = "*"
Add missing feature flag to tokio
[package] name = "librespot-audio" version = "0.1.6" authors = ["Paul Lietar <paul@lietar.net>"] description="The audio fetching and processing logic for librespot" license="MIT" edition = "2018" [dependencies.librespot-core] path = "../core" version = "0.1.6" [dependencies] aes-ctr = "0.6" byteorder = "1.4" bytes = ...
[package] name = "librespot-audio" version = "0.1.6" authors = ["Paul Lietar <paul@lietar.net>"] description="The audio fetching and processing logic for librespot" license="MIT" edition = "2018" [dependencies.librespot-core] path = "../core" version = "0.1.6" [dependencies] aes-ctr = "0.6" byteorder = "1.4" bytes = ...
Add author to codegen crate
[package] name = "syn-internal-codegen" version = "0.0.0" authors = ["Nika Layzell <nika@thelayzells.com>"] edition = "2018" publish = false # this is an internal crate which should never be published [dependencies] syn-next = { path = "..", features = ["full", "extra-traits"] } quote-next = "0.6" color-backtrace = "...
[package] name = "syn-internal-codegen" version = "0.0.0" authors = ["David Tolnay <dtolnay@gmail.com>", "Nika Layzell <nika@thelayzells.com>"] edition = "2018" publish = false # this is an internal crate which should never be published [dependencies] syn-next = { path = "..", features = ["full", "extra-traits"] } qu...
Fix bad links for license and homepage
name = "light-hugo" license = "MPL2" licenselink = "https://github.com/tblyler/hugo-nojs/blob/master/LICENSE" description = "CSS and HTML only blog/pages focused on content." homepage = "https://github.com/tblyler/hugo-nojs" tags = ["Responsive", "nojs", "Minimal", "normalize", "Light", "White"] features = ["blog", "pa...
name = "light-hugo" license = "MPL2" licenselink = "https://github.com/tblyler/light-hugo/blob/master/LICENSE" description = "CSS and HTML only blog/pages focused on content." homepage = "https://github.com/tblyler/light-hugo" tags = ["Responsive", "nojs", "Minimal", "normalize", "Light", "White"] features = ["blog", "...
Change dylib to staticlib for c api
[package] name = "comm-c-api" version = "0.1.0" authors = ["Zac Stewart <zgstewart@gmail.com>"] [lib] name = "comm" crate-type = ["dylib"] [dependencies] comm = { path = ".." } env_logger = "0.3.3"
[package] name = "comm-c-api" version = "0.1.0" authors = ["Zac Stewart <zgstewart@gmail.com>"] [lib] name = "comm" crate-type = ["staticlib"] [dependencies] comm = { path = ".." } env_logger = "0.3.3"
Revert "removes cache to update submodule"
[build] publish = "public" command = "rm -rf $NETLIFY_CACHE_DIR/* && npm install && npm run build"
[build] publish = "public" command = "npm install && npm run build"
Update keywords in crates.io metadata
[package] name = "quote" version = "1.0.20" # don't forget to update html_root_url, version in readme for breaking changes authors = ["David Tolnay <dtolnay@gmail.com>"] autobenches = false categories = ["development-tools::procedural-macro-helpers"] description = "Quasi-quoting macro quote!(...)" documentation = "http...
[package] name = "quote" version = "1.0.20" # don't forget to update html_root_url, version in readme for breaking changes authors = ["David Tolnay <dtolnay@gmail.com>"] autobenches = false categories = ["development-tools::procedural-macro-helpers"] description = "Quasi-quoting macro quote!(...)" documentation = "http...
Remove old examples and update URLs
[package] name = "ears" version = "0.3.0" authors = ["Jeremy Letang <letang.jeremy@gmail.com>"] license = "MIT" keywords = ["audio", "openal", "sndfile"] readme = "README.md" build = "build.rs" repository = "https://github.com/jeremyletang/ears" homepage = "https://github.com/jeremyletang/ears" documentation = "https...
[package] name = "ears" version = "0.3.1" authors = ["Jeremy Letang <letang.jeremy@gmail.com>", "Jan Niklas Hasse <jhasse@bixense.com>"] license = "MIT" keywords = ["audio", "openal", "sndfile"] readme = "README.md" build = "build.rs" repository = "https://github.com/jhasse/ears" documentation = "http://bixense.com/ea...
Fix broken link to docs, bump version to 0.2.4
[package] name = "parser-combinators" version = "0.2.3" authors = ["Markus Westerlind <marwes91@gmail.com>"] description = "Parser combinators based on the Haskell library parsec" repository = "https://github.com/Marwes/parser-combinators" documentation = "https://marwes.github.io/parser-combinators/parser-combinato...
[package] name = "parser-combinators" version = "0.2.4" authors = ["Markus Westerlind <marwes91@gmail.com>"] description = "Parser combinators based on the Haskell library parsec" repository = "https://github.com/Marwes/parser-combinators" documentation = "https://marwes.github.io/parser-combinators/parser_combinato...
Update pnet_base requirement from 0.22.0 to 0.25.0
[package] name = "pnet" version = "0.25.0" authors = [ "Robert Clipsham <robert@octarineparrot.com>" ] license = "MIT/Apache-2.0" homepage = "https://github.com/libpnet/libpnet" repository = "https://github.com/libpnet/libpnet" description = "Cross-platform, low level networking using the Rust programming language." re...
[package] name = "pnet" version = "0.25.0" authors = [ "Robert Clipsham <robert@octarineparrot.com>" ] license = "MIT/Apache-2.0" homepage = "https://github.com/libpnet/libpnet" repository = "https://github.com/libpnet/libpnet" description = "Cross-platform, low level networking using the Rust programming language." re...
Include only the necessary files in the crate
[package] name = "pam-sys" version = "1.0.0-alpha3" authors = ["Florian Wilkens <gh@1wilkens.org>"] description = "FFI wrappers for the Linux Pluggable Authentication Modules (PAM)" license = "MIT OR Apache-2.0" categories = ["authentication", "api-bindings", "external-ffi-bindings", "os::unix-apis"] repository = "ht...
[package] name = "pam-sys" version = "1.0.0-alpha3" authors = ["Florian Wilkens <gh@1wilkens.org>"] description = "FFI wrappers for the Linux Pluggable Authentication Modules (PAM)" license = "MIT OR Apache-2.0" categories = ["authentication", "api-bindings", "external-ffi-bindings", "os::unix-apis"] repository = "ht...
Bump to taxonomy version e4e2d39.
[package] name = "foxbox_thinkerbell" version = "0.1.2" authors = ["David Rajchenbach-Teller <dteller@mozilla.com>"] [dependencies] serde = "0.6.13" serde_json = "0.6.0" serde_macros = "0.6.14" chrono = "0.2.19" foxbox_taxonomy = { git = "https://github.com/fxbox/taxonomy.git", rev = "4404422" } # foxbox_taxonomy = { ...
[package] name = "foxbox_thinkerbell" version = "0.1.2" authors = ["David Rajchenbach-Teller <dteller@mozilla.com>"] [dependencies] serde = "0.6.13" serde_json = "0.6.0" serde_macros = "0.6.14" chrono = "0.2.19" foxbox_taxonomy = { git = "https://github.com/fxbox/taxonomy.git", rev = "e4e2d39" } # foxbox_taxonomy = { ...
Update version number to 0.14.0
[package] name = "webdriver" version = "0.13.0" authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"] description = "Library implementing the wire protocol for the W3C WebDriver specification." repository = "https://github.com/jgraham/webdriver-rust" license = "MPL-2.0" [dependencies] log = "0.3.5" rege...
[package] name = "webdriver" version = "0.14.0" authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"] description = "Library implementing the wire protocol for the W3C WebDriver specification." repository = "https://github.com/jgraham/webdriver-rust" license = "MPL-2.0" [dependencies] log = "0.3" regex ...
Update dependencies to use no_std versions
[package] name = "genesis" version = "0.1.0" authors = ["Dan Schatzberg <schatzberg.dan@gmail.com>"] repository = "https://github.com/dschatzberg/genesis" homepage = "https://github.com/dschatzberg/genesis" license = "AGPL-3.0" readme = "README.md" documentation = "https://dschatzberg.github.io/genesis" description = "...
[package] name = "genesis" version = "0.1.0" authors = ["Dan Schatzberg <schatzberg.dan@gmail.com>"] repository = "https://github.com/dschatzberg/genesis" homepage = "https://github.com/dschatzberg/genesis" license = "AGPL-3.0" readme = "README.md" documentation = "https://dschatzberg.github.io/genesis" description = "...
Update Rust crate url to 2.3
[package] name = "ditto-lsp" version = "0.0.1" edition = "2021" license = "BSD-3-Clause" [lib] doctest = false [dependencies] lsp-server = "0.5" lsp-types = "0.93" serde = "1.0" serde_json = "1.0" log = "0.4" miette = { version = "4.7" } tree-sitter-ditto = { git = "https://github.com/ditto-lang/tree-sitter-ditto", r...
[package] name = "ditto-lsp" version = "0.0.1" edition = "2021" license = "BSD-3-Clause" [lib] doctest = false [dependencies] lsp-server = "0.5" lsp-types = "0.93" serde = "1.0" serde_json = "1.0" log = "0.4" miette = { version = "4.7" } tree-sitter-ditto = { git = "https://github.com/ditto-lang/tree-sitter-ditto", r...
Remove SIMD non-unix dev dependencies.
[package] authors = ["edef <edef@edef.eu>"] name = "fringe" description = "safe, lightweight userland context switches" version = "1.2.1" license = "Apache-2.0/MIT" homepage = "https://github.com/edef1c/libfringe" repository = "https://github.com/edef1c/libfringe" documentation = "https://edef1c.github.io/libfringe" [...
[package] authors = ["edef <edef@edef.eu>"] name = "fringe" description = "safe, lightweight userland context switches" version = "1.2.1" license = "Apache-2.0/MIT" homepage = "https://github.com/edef1c/libfringe" repository = "https://github.com/edef1c/libfringe" documentation = "https://edef1c.github.io/libfringe" [...
Update sysinfo requirement from 0.24.2 to 0.25.1
[package] name = "livesplit-auto-splitting" version = "0.1.0" authors = ["Christopher Serr <christopher.serr@gmail.com>"] edition = "2021" [dependencies] anyhow = { version = "1.0.45", default-features = false } log = { version = "0.4.14", default-features = false } proc-maps = { version = "0.2.0", default-features = ...
[package] name = "livesplit-auto-splitting" version = "0.1.0" authors = ["Christopher Serr <christopher.serr@gmail.com>"] edition = "2021" [dependencies] anyhow = { version = "1.0.45", default-features = false } log = { version = "0.4.14", default-features = false } proc-maps = { version = "0.2.0", default-features = ...
Update `arbitrary` dependency to 0.3.2
[package] authors = ["The rust-fuzz Project Developers"] description = "A wrapper around LLVM's libFuzzer runtime." edition = "2018" license = "MIT/Apache-2.0/NCSA" name = "libfuzzer-sys" readme = "./README.md" repository = "https://github.com/rust-fuzz/libfuzzer" version = "0.2.0" [dependencies] arbitrary = "0.3.1" ...
[package] authors = ["The rust-fuzz Project Developers"] description = "A wrapper around LLVM's libFuzzer runtime." edition = "2018" license = "MIT/Apache-2.0/NCSA" name = "libfuzzer-sys" readme = "./README.md" repository = "https://github.com/rust-fuzz/libfuzzer" version = "0.2.0" [dependencies] arbitrary = "0.3.2" ...
Update util to edition 2021.
[package] name = "util" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]
[package] name = "util" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]
Add description and license for profiler metadata
[package] name = "exonum_profiler" version = "0.1.0" authors = ["Ty Overby <ty@pre-alpha.com>", "The Exonum Team <exonum@bitfury.com>"] repository = "https://github.com/exonum/exonum" [dependencies] lazy_static = "0.2.1" thread-id = "2.0.0" ctrlc = "3.0.1" [features] nomock = []
[package] name = "exonum_profiler" version = "0.1.0" authors = ["Ty Overby <ty@pre-alpha.com>", "The Exonum Team <exonum@bitfury.com>"] repository = "https://github.com/exonum/exonum" description = "A profiling / flamegraph library." license = "Apache-2.0" [dependencies] lazy_static = "0.2.1" thread-id = "2.0.0" ctrlc...
Use a custom fork of glutin for a correct Android life cycle
[package] name = "room_example" version = "0.1.0" authors = ["Imanol Fernandez <mortimergoro@gmail.com>"] build = "build.rs" [dependencies] glutin = "0.7.4" gleam = "0.4" cgmath = "0.12" image = "0.12" android_glue = "0.2" [target.'cfg(target_os = "android")'.dependencies] android_injected_glue = {git = "https://gith...
[package] name = "room_example" version = "0.1.0" authors = ["Imanol Fernandez <mortimergoro@gmail.com>"] build = "build.rs" [dependencies] glutin = { git = "https://github.com/MortimerGoro/glutin/", branch = "android_fixes" } gleam = "0.4" cgmath = "0.12" image = "0.12" android_glue = "0.2" [target.'cfg(target_os =...
Remove active development disclaimer from crate description
[package] name = "tensorflow" version = "0.0.2" authors = ["Adam Crume <acrume@google.com>"] description = "Rust language bindings for TensorFlow. This project is still under active development and not yet ready for widespread use." license = "Apache-2.0" keywords = ["TensorFlow", "bindings"] readme = "README.md" repo...
[package] name = "tensorflow" version = "0.0.2" authors = ["Adam Crume <acrume@google.com>"] description = "Rust language bindings for TensorFlow." license = "Apache-2.0" keywords = ["TensorFlow", "bindings"] readme = "README.md" repository = "https://github.com/google/tensorflow-rust" [dependencies] libc = "0.2" tens...
Update description and documentation link
[package] name = "bit_field" version = "0.4.0" authors = ["Philipp Oppermann <dev@phil-opp.com>"] license = "Apache-2.0/MIT" description = "Simple bit field implementation providing get_bit, get_range, set_bit, and set_range methods for unsigned integers." keywords = ["no_std"] repository = "https://github.com/phil-op...
[package] name = "bit_field" version = "0.4.0" authors = ["Philipp Oppermann <dev@phil-opp.com>"] license = "Apache-2.0/MIT" description = "Simple bit field trait providing get_bit, get_range, set_bit, and set_range methods for unsigned integers." keywords = ["no_std"] repository = "https://github.com/phil-opp/rust-bi...
Switch pyo3 crate version from git to crates.io alpha
[package] name = "numpy" version = "0.7.0" authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>", "Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>"] description = "Rust binding of NumPy C-API" documentation = "https://rust-numpy.github.io/rust-numpy/numpy" edition = "2018" repository = "https://github.com/rust-nump...
[package] name = "numpy" version = "0.7.0" authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>", "Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>"] description = "Rust binding of NumPy C-API" documentation = "https://rust-numpy.github.io/rust-numpy/numpy" edition = "2018" repository = "https://github.com/rust-nump...
Update `rand_core` to 0.6 and bump crate version to 0.8.0
[package] name = "rdrand" version = "0.7.0" authors = ["Simonas Kazlauskas <rdrand@kazlauskas.me>"] description = "An implementation of random number generator based on rdrand and rdseed instructions" keywords = ["rand", "rdrand", "rdseed", "random"] license = "ISC" repository = "https://github.com/nagisa/rust_rdrand/"...
[package] name = "rdrand" version = "0.8.0" authors = ["Simonas Kazlauskas <rdrand@kazlauskas.me>"] description = "An implementation of random number generator based on rdrand and rdseed instructions" keywords = ["rand", "rdrand", "rdseed", "random"] license = "ISC" repository = "https://github.com/nagisa/rust_rdrand/"...
Update to '0.0.2' after publishing to crates.io.
# Copyright (C) 2015 Ahmed Charles - acharles@outlook.com # Distributed under the MIT License. # (See accompanying file LICENSE.txt or copy at # http://opensource.org/licenses/MIT) [package] name = "lua-rs" version = "0.0.1" authors = ["Ahmed Charles <acharles@outlook.com>"] description = "Lua port writte...
# Copyright (C) 2015 Ahmed Charles - acharles@outlook.com # Distributed under the MIT License. # (See accompanying file LICENSE.txt or copy at # http://opensource.org/licenses/MIT) [package] name = "lua-rs" version = "0.0.2" authors = ["Ahmed Charles <acharles@outlook.com>"] description = "Lua port writte...
Add metadata to test-server to publish it on crates.io
[package] name = "test-server" version = "0.0.1" build = "build.rs" [lib] name = "test_server" path = "lib.rs" [dependencies] lazy_static = "0.1.15" [features] default=[] modbus-server-tests = []
[package] name = "modbus-test-server" version = "0.0.1" authors = ["Falco Hirschenberger <falco.hirschenberger@gmail.com>"] repository = "https://github.com/hirschenberger/modbus-rs.git" homepage = "https://github.com/hirschenberger/modbus-rs.git" documentation = "https://hirschenberger.github.io/modbus-rs" license = "...